#121027

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

Shades of Black Russian #121027

Tints of Black Russian #121027

Color information

#121027 (or 0x121027) is unknown color: approx Black Russian. HEX triplet: 12, 10 and 27. RGB value is (18,16,39). Sum of RGB (Red+Green+Blue) = 18+16+39=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 39 (15.62% from 255 or 53.42% from 73); Max value from RGB is 39 - color contains mainly: blue. Hex color #121027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121027 is #EDEFD8. Grayscale: #131313. Windows color (decimal): -15593433 or 2560018. OLE color: 2560018.

HSL color Cylindrical-coordinate representation of color #121027: hue angle of 245.22º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #121027 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB181639-
CMYK0.540.5900.85
HSL245.22º41.82%10.78%-
HSV(B)245.22º58.97%15.29%-
XYZ0.80.652-
YUV19.22139.16127.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.66%
GREEN value IS 16 (6.64% from 255) = 21.92%
BLUE value IS 39 (15.62% from 255) = 53.42%
R=24.66%
G=21.92%
B=53.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1816390.540.5900.85245.2241.8210.78
Hex121027363B055f52ab
Octal222047667301253655213
Binary100101000010011111011011101101010101111101011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121027; }

 p { color: rgb(18,16,39); }

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

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

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

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

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

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

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