Html Css Color HEX #12141C Black Russian

📋 copy color: '#12141C'

red 18 ◦ green 20 ◦ blue 28

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

Shades of Black Russian #12141C

Tints of Black Russian #12141C

RGB

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

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

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

R = 27.27%
G = 30.3%
B = 42.42%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12141C (or 0x12141C) is known color: Black Russian. HEX triplet: 12, 14 and 1C. RGB value is (18,20,28). Sum of RGB (Red+Green+Blue) = 18+20+28=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #12141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12141C is #EDEBE3. Grayscale: #141414. Windows color (decimal): -15592420 or 1840146. OLE color: 1840146.

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

Color convert

RGB 18 20 28 -
CMYK 0.36 0.29 0 0.89
HSL 228º 0.22% 0.09% -
HSV(B) 228º 0.36% 0.11% -
XYZ 0.71 0.71 1.2 -
YUV 20.31 132.34 126.35 -
System Red Green Blue C M Y K H S L
Decimal 18 20 28 0.36 0.29 0 0.89 228 0.22 0.09
Hex 12 14 1C 24 1D 0 59 E4 16 9
Octal 22 24 34 44 35 0 131 344 26 11
Binary 10010 10100 11100 100100 11101 0 1011001 11100100 10110 1001

Color Harmonies of #12141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12141C

Black with #12141C

Text Example


Text Example

White with #12141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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