#12141B

Color #12141B Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #12141B

Tints of Black Russian #12141B

Color information

#12141B (or 0x12141B) is unknown color: approx Black Russian. HEX triplet: 12, 14 and 1B. RGB value is (18,20,27). Sum of RGB (Red+Green+Blue) = 18+20+27=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 27 - color contains mainly: blue. Hex color #12141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12141B is #EDEBE4. Grayscale: #141414. Windows color (decimal): -15592421 or 1774610. OLE color: 1774610.

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

Color convert

RGB182027-
CMYK0.330.2600.89
HSL226.67º20%8.82%-
HSV(B)226.67º33.33%10.59%-
XYZ0.70.711.14-
YUV20.2131.84126.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.69%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 27 (10.94% from 255) = 41.54%
R=27.69%
G=30.77%
B=41.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1820270.330.2600.89226.67208.82
Hex12141B211A059e3149
Octal222433413201313432411
Binary100101010011011100001110100101100111100011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12141B;
 }
 .AnyTagClassName
 {
   color: #12141B;
 }
</style>
background-color css

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

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

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

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

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

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