Html Css Color HEX #13121B Black Russian

📋 copy color: '#13121B'

red 19 ◦ green 18 ◦ blue 27

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

Shades of Black Russian #13121B

Tints of Black Russian #13121B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 42.19%

R = 29.69%
G = 28.13%
B = 42.19%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13121B (or 0x13121B) is known color: Black Russian. HEX triplet: 13, 12 and 1B. RGB value is (19,18,27). Sum of RGB (Red+Green+Blue) = 19+18+27=64 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.69% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 27 - color contains mainly: blue. Hex color #13121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13121B is #ECEDE4. Grayscale: #131313. Windows color (decimal): -15527397 or 1774099. OLE color: 1774099.

HSL color Cylindrical-coordinate representation of color #13121B: hue angle of 246.67º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #13121B is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 19 18 27 -
CMYK 0.30 0.33 0 0.89
HSL 246.67º 0.2% 0.09% -
HSV(B) 246.67º 0.33% 0.11% -
XYZ 0.68 0.65 1.13 -
YUV 19.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 19 18 27 0.30 0.33 0 0.89 246.67 0.2 0.09
Hex 13 12 1B 1E 21 0 59 F7 14 9
Octal 23 22 33 36 41 0 131 367 24 11
Binary 10011 10010 11011 11110 100001 0 1011001 11110111 10100 1001

Color Harmonies of #13121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13121B

Black with #13121B

Text Example


Text Example

White with #13121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13121B; }

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

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

background-color css

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

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

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

border-color css

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

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

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