Html Css Color HEX #12161E Black Russian

📋 copy color: '#12161E'

red 18 ◦ green 22 ◦ blue 30

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

Shades of Black Russian #12161E

Tints of Black Russian #12161E

RGB

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

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

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

R = 25.71%
G = 31.43%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12161E (or 0x12161E) is known color: Black Russian. HEX triplet: 12, 16 and 1E. RGB value is (18,22,30). Sum of RGB (Red+Green+Blue) = 18+22+30=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 30 - color contains mainly: blue. Hex color #12161E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12161E is #EDE9E1. Grayscale: #151515. Windows color (decimal): -15591906 or 1971730. OLE color: 1971730.

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

Color convert

RGB 18 22 30 -
CMYK 0.40 0.27 0 0.88
HSL 220º 0.25% 0.09% -
HSV(B) 220º 0.4% 0.12% -
XYZ 0.77 0.8 1.34 -
YUV 21.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 18 22 30 0.40 0.27 0 0.88 220 0.25 0.09
Hex 12 16 1E 28 1B 0 58 DC 19 9
Octal 22 26 36 50 33 0 130 334 31 11
Binary 10010 10110 11110 101000 11011 0 1011000 11011100 11001 1001

Color Harmonies of #12161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12161E

Black with #12161E

Text Example


Text Example

White with #12161E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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