Html Css Color HEX #13121C Black Russian

📋 copy color: '#13121C'

red 19 ◦ green 18 ◦ blue 28

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

Shades of Black Russian #13121C

Tints of Black Russian #13121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 43.08%

R = 29.23%
G = 27.69%
B = 43.08%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#13121C (or 0x13121C) is known color: Black Russian. HEX triplet: 13, 12 and 1C. RGB value is (19,18,28). Sum of RGB (Red+Green+Blue) = 19+18+28=65 (8% of max value = 765). Red value is 19 (7.81% from 255 or 29.23% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: blue. Hex color #13121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #13121C is #ECEDE3. Grayscale: #131313. Windows color (decimal): -15527396 or 1839635. OLE color: 1839635.

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

Color convert

RGB 19 18 28 -
CMYK 0.32 0.36 0 0.89
HSL 246º 0.22% 0.09% -
HSV(B) 246º 0.36% 0.11% -
XYZ 0.69 0.65 1.19 -
YUV 19.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 19 18 28 0.32 0.36 0 0.89 246 0.22 0.09
Hex 13 12 1C 20 24 0 59 F6 16 9
Octal 23 22 34 40 44 0 131 366 26 11
Binary 10011 10010 11100 100000 100100 0 1011001 11110110 10110 1001

Color Harmonies of #13121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13121C

Black with #13121C

Text Example


Text Example

White with #13121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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