#0C102C

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

Shades of Black Russian #0C102C

Tints of Black Russian #0C102C

Color information

#0C102C (or 0x0C102C) is unknown color: approx Black Russian. HEX triplet: 0C, 10 and 2C. RGB value is (12,16,44). Sum of RGB (Red+Green+Blue) = 12+16+44=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 44 (17.58% from 255 or 61.11% from 72); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C102C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C102C is #F3EFD3. Grayscale: #111111. Windows color (decimal): -15986644 or 2887692. OLE color: 2887692.

HSL color Cylindrical-coordinate representation of color #0C102C: hue angle of 232.5º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C102C is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB121644-
CMYK0.730.6400.83
HSL232.5º57.14%10.98%-
HSV(B)232.5º72.73%17.25%-
XYZ0.790.632.46-
YUV18142.67123.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.67%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 44 (17.58% from 255) = 61.11%
R=16.67%
G=22.22%
B=61.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1216440.730.6400.83232.557.1410.98
HexC102C4940053e839b
Octal14205411110001233507113
Binary1100100001011001001001100000001010011111010001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C102C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C102C; }

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

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

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

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

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

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

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

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