Html Css Color HEX #12141E Black Russian

📋 copy color: '#12141E'

red 18 ◦ green 20 ◦ blue 30

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

Shades of Black Russian #12141E

Tints of Black Russian #12141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 29.41%

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

R = 26.47%
G = 29.41%
B = 44.12%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12141E (or 0x12141E) is known color: Black Russian. HEX triplet: 12, 14 and 1E. RGB value is (18,20,30). Sum of RGB (Red+Green+Blue) = 18+20+30=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: blue. Hex color #12141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12141E is #EDEBE1. Grayscale: #141414. Windows color (decimal): -15592418 or 1971218. OLE color: 1971218.

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

Color convert

RGB 18 20 30 -
CMYK 0.40 0.33 0 0.88
HSL 230º 0.25% 0.09% -
HSV(B) 230º 0.4% 0.12% -
XYZ 0.73 0.72 1.33 -
YUV 20.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 18 20 30 0.40 0.33 0 0.88 230 0.25 0.09
Hex 12 14 1E 28 21 0 58 E6 19 9
Octal 22 24 36 50 41 0 130 346 31 11
Binary 10010 10100 11110 101000 100001 0 1011000 11100110 11001 1001

Color Harmonies of #12141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12141E

Black with #12141E

Text Example


Text Example

White with #12141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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