Html Css Color HEX #131424 Black Russian

📋 copy color: '#131424'

red 19 ◦ green 20 ◦ blue 36

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

Shades of Black Russian #131424

Tints of Black Russian #131424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.67%

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

R = 25.33%
G = 26.67%
B = 48%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#131424 (or 0x131424) is known color: Black Russian. HEX triplet: 13, 14 and 24. RGB value is (19,20,36). Sum of RGB (Red+Green+Blue) = 19+20+36=75 (9% of max value = 765). Red value is 19 (7.81% from 255 or 25.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 36 - color contains mainly: blue. Hex color #131424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131424 is #ECEBDB. Grayscale: #151515. Windows color (decimal): -15526876 or 2364435. OLE color: 2364435.

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

Color convert

RGB 19 20 36 -
CMYK 0.47 0.44 0 0.86
HSL 236.47º 0.31% 0.11% -
HSV(B) 236.47º 0.47% 0.14% -
XYZ 0.84 0.77 1.77 -
YUV 21.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 19 20 36 0.47 0.44 0 0.86 236.47 0.31 0.11
Hex 13 14 24 2F 2C 0 56 EC 1F B
Octal 23 24 44 57 54 0 126 354 37 13
Binary 10011 10100 100100 101111 101100 0 1010110 11101100 11111 1011

Color Harmonies of #131424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131424

Black with #131424

Text Example


Text Example

White with #131424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131424; }

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

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

background-color css

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

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

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

border-color css

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

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

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