Html Css Color HEX #131224 Black Russian

📋 copy color: '#131224'

red 19 ◦ green 18 ◦ blue 36

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

Shades of Black Russian #131224

Tints of Black Russian #131224

RGB

 RED value IS 19 (7.81% from 255) = 26.03%

 GREEN value IS 18 (7.42% from 255) = 24.66%

 BLUE value IS 36 (14.45% from 255) = 49.32%

R = 26.03%
G = 24.66%
B = 49.32%

CMYK

 C value IS 0.47

 M value IS 0.5

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#131224 (or 0x131224) is known color: Black Russian. HEX triplet: 13, 12 and 24. RGB value is (19,18,36). Sum of RGB (Red+Green+Blue) = 19+18+36=73 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.03% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #131224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131224 is #ECEDDB. Grayscale: #141414. Windows color (decimal): -15527388 or 2363923. OLE color: 2363923.

HSL color Cylindrical-coordinate representation of color #131224: hue angle of 243.33º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #131224 is Cyan = 0.47, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 18 36 -
CMYK 0.47 0.5 0 0.86
HSL 243.33º 0.33% 0.11% -
HSV(B) 243.33º 0.5% 0.14% -
XYZ 0.8 0.7 1.76 -
YUV 20.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 19 18 36 0.47 0.5 0 0.86 243.33 0.33 0.11
Hex 13 12 24 2F 32 0 56 F3 21 B
Octal 23 22 44 57 62 0 126 363 41 13
Binary 10011 10010 100100 101111 110010 0 1010110 11110011 100001 1011

Color Harmonies of #131224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131224

Black with #131224

Text Example


Text Example

White with #131224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131224; }

 p { color: rgb(19,18,36); }

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

background-color css

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

 a { background-color: rgb(19,18,36); }

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

border-color css

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

 span { border-color: rgb(19,18,36); }

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