#0C102B

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

Shades of Black Russian #0C102B

Tints of Black Russian #0C102B

Color information

#0C102B (or 0x0C102B) is unknown color: approx Black Russian. HEX triplet: 0C, 10 and 2B. RGB value is (12,16,43). Sum of RGB (Red+Green+Blue) = 12+16+43=71 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.90% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 43 (17.19% from 255 or 60.56% from 71); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C102B is #F3EFD4. Grayscale: #111111. Windows color (decimal): -15986645 or 2822156. OLE color: 2822156.

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

Color convert

RGB121643-
CMYK0.720.6300.83
HSL232.26º56.36%10.78%-
HSV(B)232.26º72.09%16.86%-
XYZ0.770.622.37-
YUV17.88142.17123.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.90%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 43 (17.19% from 255) = 60.56%
R=16.90%
G=22.54%
B=60.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1216430.720.6300.83232.2656.3610.78
HexC102B483F053e838b
Octal1420531107701233507013
Binary110010000101011100100011111101010011111010001110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C102B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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