Html Css Color HEX #12111E Black Russian

📋 copy color: '#12111E'

red 18 ◦ green 17 ◦ blue 30

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

Shades of Black Russian #12111E

Tints of Black Russian #12111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 46.15%

R = 27.69%
G = 26.15%
B = 46.15%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12111E (or 0x12111E) is known color: Black Russian. HEX triplet: 12, 11 and 1E. RGB value is (18,17,30). Sum of RGB (Red+Green+Blue) = 18+17+30=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 30 - color contains mainly: blue. Hex color #12111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12111E is #EDEEE1. Grayscale: #121212. Windows color (decimal): -15593186 or 1970450. OLE color: 1970450.

HSL color Cylindrical-coordinate representation of color #12111E: hue angle of 244.62º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #12111E is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 17 30 -
CMYK 0.40 0.43 0 0.88
HSL 244.62º 0.28% 0.09% -
HSV(B) 244.62º 0.43% 0.12% -
XYZ 0.68 0.62 1.31 -
YUV 18.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 18 17 30 0.40 0.43 0 0.88 244.62 0.28 0.09
Hex 12 11 1E 28 2B 0 58 F5 1C 9
Octal 22 21 36 50 53 0 130 365 34 11
Binary 10010 10001 11110 101000 101011 0 1011000 11110101 11100 1001

Color Harmonies of #12111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12111E

Black with #12111E

Text Example


Text Example

White with #12111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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