Html Css Color HEX #12111C Black Russian

📋 copy color: '#12111C'

red 18 ◦ green 17 ◦ blue 28

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

Shades of Black Russian #12111C

Tints of Black Russian #12111C

RGB

 RED value IS 18 (7.42% from 255) = 28.57%

 GREEN value IS 17 (7.03% from 255) = 26.98%

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

R = 28.57%
G = 26.98%
B = 44.44%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12111C (or 0x12111C) is known color: Black Russian. HEX triplet: 12, 11 and 1C. RGB value is (18,17,28). Sum of RGB (Red+Green+Blue) = 18+17+28=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #12111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12111C is #EDEEE3. Grayscale: #121212. Windows color (decimal): -15593188 or 1839378. OLE color: 1839378.

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

Color convert

RGB 18 17 28 -
CMYK 0.36 0.39 0 0.89
HSL 245.45º 0.24% 0.09% -
HSV(B) 245.45º 0.39% 0.11% -
XYZ 0.66 0.61 1.18 -
YUV 18.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 18 17 28 0.36 0.39 0 0.89 245.45 0.24 0.09
Hex 12 11 1C 24 27 0 59 F5 18 9
Octal 22 21 34 44 47 0 131 365 30 11
Binary 10010 10001 11100 100100 100111 0 1011001 11110101 11000 1001

Color Harmonies of #12111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12111C

Black with #12111C

Text Example


Text Example

White with #12111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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