Html Css Color HEX #312236 Blackcurrant

📋 copy color: '#312236'

red 49 ◦ green 34 ◦ blue 54

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

Shades of Blackcurrant #312236

Tints of Blackcurrant #312236

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.82%

 BLUE value IS 54 (21.48% from 255) = 39.42%

R = 35.77%
G = 24.82%
B = 39.42%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#312236 (or 0x312236) is known color: Blackcurrant. HEX triplet: 31, 22 and 36. RGB value is (49,34,54). Sum of RGB (Red+Green+Blue) = 49+34+54=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 54 - color contains mainly: blue. Hex color #312236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312236 is #CEDDC9. Grayscale: #282828. Windows color (decimal): -13557194 or 3547697. OLE color: 3547697.

HSL color Cylindrical-coordinate representation of color #312236: hue angle of 285º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #312236 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 34 54 -
CMYK 0.09 0.37 0 0.79
HSL 285º 0.23% 0.17% -
HSV(B) 285º 0.37% 0.21% -
XYZ 2.5 2.06 3.76 -
YUV 40.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 49 34 54 0.09 0.37 0 0.79 285 0.23 0.17
Hex 31 22 36 9 25 0 4F 11D 17 11
Octal 61 42 66 11 45 0 117 435 27 21
Binary 110001 100010 110110 1001 100101 0 1001111 100011101 10111 10001

Color Harmonies of #312236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312236

Black with #312236

Text Example


Text Example

White with #312236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312236; }

 p { color: rgb(49,34,54); }

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

background-color css

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

 a { background-color: rgb(49,34,54); }

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

border-color css

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

 span { border-color: rgb(49,34,54); }

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