Html Css Color HEX #312B34 Blackcurrant

📋 copy color: '#312B34'

red 49 ◦ green 43 ◦ blue 52

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

Shades of Blackcurrant #312B34

Tints of Blackcurrant #312B34

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.86%

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

R = 34.03%
G = 29.86%
B = 36.11%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#312B34 (or 0x312B34) is known color: Blackcurrant. HEX triplet: 31, 2B and 34. RGB value is (49,43,52). Sum of RGB (Red+Green+Blue) = 49+43+52=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 52 - color contains mainly: blue. Hex color #312B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B34 is #CED4CB. Grayscale: #2D2D2D. Windows color (decimal): -13554892 or 3418929. OLE color: 3418929.

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

Color convert

RGB 49 43 52 -
CMYK 0.06 0.17 0 0.80
HSL 280º 0.09% 0.19% -
HSV(B) 280º 0.17% 0.2% -
XYZ 2.75 2.63 3.61 -
YUV 45.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 49 43 52 0.06 0.17 0 0.80 280 0.09 0.19
Hex 31 2B 34 6 11 0 50 118 9 13
Octal 61 53 64 6 21 0 120 430 11 23
Binary 110001 101011 110100 110 10001 0 1010000 100011000 1001 10011

Color Harmonies of #312B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B34

Black with #312B34

Text Example


Text Example

White with #312B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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