Html Css Color HEX #12121E Black Russian

📋 copy color: '#12121E'

red 18 ◦ green 18 ◦ blue 30

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

Shades of Black Russian #12121E

Tints of Black Russian #12121E

RGB

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

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

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

R = 27.27%
G = 27.27%
B = 45.45%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12121E (or 0x12121E) is known color: Black Russian. HEX triplet: 12, 12 and 1E. RGB value is (18,18,30). Sum of RGB (Red+Green+Blue) = 18+18+30=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 30 - color contains mainly: blue. Hex color #12121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12121E is #EDEDE1. Grayscale: #131313. Windows color (decimal): -15592930 or 1970706. OLE color: 1970706.

HSL color Cylindrical-coordinate representation of color #12121E: hue angle of 240º 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 #12121E is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 18 30 -
CMYK 0.40 0.40 0 0.88
HSL 240º 0.25% 0.09% -
HSV(B) 240º 0.4% 0.12% -
XYZ 0.7 0.65 1.32 -
YUV 19.37 134 127.02 -
System Red Green Blue C M Y K H S L
Decimal 18 18 30 0.40 0.40 0 0.88 240 0.25 0.09
Hex 12 12 1E 28 28 0 58 F0 19 9
Octal 22 22 36 50 50 0 130 360 31 11
Binary 10010 10010 11110 101000 101000 0 1011000 11110000 11001 1001

Color Harmonies of #12121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12121E

Black with #12121E

Text Example


Text Example

White with #12121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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