Html Css Color HEX #131524 Black Russian

📋 copy color: '#131524'

red 19 ◦ green 21 ◦ blue 36

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

Shades of Black Russian #131524

Tints of Black Russian #131524

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.63%

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

R = 25%
G = 27.63%
B = 47.37%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#131524 (or 0x131524) is known color: Black Russian. HEX triplet: 13, 15 and 24. RGB value is (19,21,36). Sum of RGB (Red+Green+Blue) = 19+21+36=76 (10% of max value = 765). Red value is 19 (7.81% from 255 or 25% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 36 (14.45% from 255 or 47.37% from 76); Max value from RGB is 36 - color contains mainly: blue. Hex color #131524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131524 is #ECEADB. Grayscale: #161616. Windows color (decimal): -15526620 or 2364691. OLE color: 2364691.

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

Color convert

RGB 19 21 36 -
CMYK 0.47 0.42 0 0.86
HSL 232.94º 0.31% 0.11% -
HSV(B) 232.94º 0.47% 0.14% -
XYZ 0.86 0.8 1.78 -
YUV 22.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 19 21 36 0.47 0.42 0 0.86 232.94 0.31 0.11
Hex 13 15 24 2F 2A 0 56 E9 1F B
Octal 23 25 44 57 52 0 126 351 37 13
Binary 10011 10101 100100 101111 101010 0 1010110 11101001 11111 1011

Color Harmonies of #131524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131524

Black with #131524

Text Example


Text Example

White with #131524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131524; }

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

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

background-color css

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

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

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

border-color css

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

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

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