#10122C

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

Shades of Black Russian #10122C

Tints of Black Russian #10122C

Color information

#10122C (or 0x10122C) is unknown color: approx Black Russian. HEX triplet: 10, 12 and 2C. RGB value is (16,18,44). Sum of RGB (Red+Green+Blue) = 16+18+44=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 44 (17.58% from 255 or 56.41% from 78); Max value from RGB is 44 - color contains mainly: blue. Hex color #10122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10122C is #EFEDD3. Grayscale: #141414. Windows color (decimal): -15723988 or 2888208. OLE color: 2888208.

HSL color Cylindrical-coordinate representation of color #10122C: hue angle of 235.71º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10122C is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB161844-
CMYK0.640.5900.83
HSL235.71º46.67%11.76%-
HSV(B)235.71º63.64%17.25%-
XYZ0.880.722.48-
YUV20.37141.34124.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20.51%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 44 (17.58% from 255) = 56.41%
R=20.51%
G=23.08%
B=56.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1618440.640.5900.83235.7146.6711.76
Hex10122C403B053ec2fc
Octal2022541007301233545714
Binary1000010010101100100000011101101010011111011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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