Html Css Color HEX #312D34 Blackcurrant

📋 copy color: '#312D34'

red 49 ◦ green 45 ◦ blue 52

#312D34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #312D34

Tints of Blackcurrant #312D34

RGB

 RED value IS 49 (19.53% from 255) = 33.56%

 GREEN value IS 45 (17.97% from 255) = 30.82%

 BLUE value IS 52 (20.7% from 255) = 35.62%

R = 33.56%
G = 30.82%
B = 35.62%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.80

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#312D34 (or 0x312D34) is known color: Blackcurrant. HEX triplet: 31, 2D and 34. RGB value is (49,45,52). Sum of RGB (Red+Green+Blue) = 49+45+52=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 52 - color contains mainly: blue. Hex color #312D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312D34 is #CED2CB. Grayscale: #2E2E2E. Windows color (decimal): -13554380 or 3419441. OLE color: 3419441.

HSL color Cylindrical-coordinate representation of color #312D34: hue angle of 274.29º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #312D34 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 45 52 -
CMYK 0.06 0.13 0 0.80
HSL 274.29º 0.07% 0.19% -
HSV(B) 274.29º 0.13% 0.2% -
XYZ 2.82 2.78 3.64 -
YUV 46.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 49 45 52 0.06 0.13 0 0.80 274.29 0.07 0.19
Hex 31 2D 34 6 D 0 50 112 7 13
Octal 61 55 64 6 15 0 120 422 7 23
Binary 110001 101101 110100 110 1101 0 1010000 100010010 111 10011

Color Harmonies of #312D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312D34

Black with #312D34

Text Example


Text Example

White with #312D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312D34; }

 p { color: rgb(49,45,52); }

 H1.HeaderClassName
 {
   color: #312D34;
 }
 .AnyTagClassName
 {
   color: #312D34;
 }
</style>

background-color css

<style>
 a { background-color: #312D34; }

 a { background-color: rgb(49,45,52); }

 div.DivClassName
 {
   background-color: #312D34;
 }
 .BgClassName
 {
   background-color: #312D34;
 }
</style>

border-color css

<style>
 span { border-color: #312D34; }

 span { border-color: rgb(49,45,52); }

 td.TdClassName
 {
   border-color: #312D34;
 }
 .TagClassName
 {
   border-color: #312D34;
 }
</style>