Html Css Color HEX #131824 Black Russian

📋 copy color: '#131824'

red 19 ◦ green 24 ◦ blue 36

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

Shades of Black Russian #131824

Tints of Black Russian #131824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30.38%

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

R = 24.05%
G = 30.38%
B = 45.57%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#131824 (or 0x131824) is known color: Black Russian. HEX triplet: 13, 18 and 24. RGB value is (19,24,36). Sum of RGB (Red+Green+Blue) = 19+24+36=79 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.05% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 36 - color contains mainly: blue. Hex color #131824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131824 is #ECE7DB. Grayscale: #171717. Windows color (decimal): -15525852 or 2365459. OLE color: 2365459.

HSL color Cylindrical-coordinate representation of color #131824: hue angle of 222.35º 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 #131824 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 24 36 -
CMYK 0.47 0.33 0 0.86
HSL 222.35º 0.31% 0.11% -
HSV(B) 222.35º 0.47% 0.14% -
XYZ 0.91 0.92 1.8 -
YUV 23.87 134.84 124.52 -
System Red Green Blue C M Y K H S L
Decimal 19 24 36 0.47 0.33 0 0.86 222.35 0.31 0.11
Hex 13 18 24 2F 21 0 56 DE 1F B
Octal 23 30 44 57 41 0 126 336 37 13
Binary 10011 11000 100100 101111 100001 0 1010110 11011110 11111 1011

Color Harmonies of #131824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131824

Black with #131824

Text Example


Text Example

White with #131824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131824; }

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

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

background-color css

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

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

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

border-color css

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

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

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