Html Css Color HEX #131624 Black Russian

📋 copy color: '#131624'

red 19 ◦ green 22 ◦ blue 36

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

Shades of Black Russian #131624

Tints of Black Russian #131624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 28.57%

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

R = 24.68%
G = 28.57%
B = 46.75%

CMYK

 C value IS 0.47

 M value IS 0.39

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#131624 (or 0x131624) is known color: Black Russian. HEX triplet: 13, 16 and 24. RGB value is (19,22,36). Sum of RGB (Red+Green+Blue) = 19+22+36=77 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.68% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 36 (14.45% from 255 or 46.75% from 77); Max value from RGB is 36 - color contains mainly: blue. Hex color #131624 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131624 is #ECE9DB. Grayscale: #161616. Windows color (decimal): -15526364 or 2364947. OLE color: 2364947.

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

Color convert

RGB 19 22 36 -
CMYK 0.47 0.39 0 0.86
HSL 229.41º 0.31% 0.11% -
HSV(B) 229.41º 0.47% 0.14% -
XYZ 0.87 0.84 1.79 -
YUV 22.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 19 22 36 0.47 0.39 0 0.86 229.41 0.31 0.11
Hex 13 16 24 2F 27 0 56 E5 1F B
Octal 23 26 44 57 47 0 126 345 37 13
Binary 10011 10110 100100 101111 100111 0 1010110 11100101 11111 1011

Color Harmonies of #131624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131624

Black with #131624

Text Example


Text Example

White with #131624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131624; }

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

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

background-color css

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

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

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

border-color css

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

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

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