Html Css Color HEX #312435 Blackcurrant

📋 copy color: '#312435'

red 49 ◦ green 36 ◦ blue 53

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

Shades of Blackcurrant #312435

Tints of Blackcurrant #312435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.09%

 BLUE value IS 53 (21.09% from 255) = 38.41%

R = 35.51%
G = 26.09%
B = 38.41%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#312435 (or 0x312435) is known color: Blackcurrant. HEX triplet: 31, 24 and 35. RGB value is (49,36,53). Sum of RGB (Red+Green+Blue) = 49+36+53=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 53 - color contains mainly: blue. Hex color #312435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312435 is #CEDBCA. Grayscale: #292929. Windows color (decimal): -13556683 or 3482673. OLE color: 3482673.

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

Color convert

RGB 49 36 53 -
CMYK 0.08 0.32 0 0.79
HSL 285.88º 0.19% 0.17% -
HSV(B) 285.88º 0.32% 0.21% -
XYZ 2.54 2.17 3.65 -
YUV 41.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 49 36 53 0.08 0.32 0 0.79 285.88 0.19 0.17
Hex 31 24 35 8 20 0 4F 11E 13 11
Octal 61 44 65 10 40 0 117 436 23 21
Binary 110001 100100 110101 1000 100000 0 1001111 100011110 10011 10001

Color Harmonies of #312435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312435

Black with #312435

Text Example


Text Example

White with #312435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312435; }

 p { color: rgb(49,36,53); }

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

background-color css

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

 a { background-color: rgb(49,36,53); }

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

border-color css

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

 span { border-color: rgb(49,36,53); }

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