#0C101C

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

Shades of Black Russian #0C101C

Tints of Black Russian #0C101C

Color information

#0C101C (or 0x0C101C) is unknown color: approx Black Russian. HEX triplet: 0C, 10 and 1C. RGB value is (12,16,28). Sum of RGB (Red+Green+Blue) = 12+16+28=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C101C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C101C is #F3EFE3. Grayscale: #101010. Windows color (decimal): -15986660 or 1839116. OLE color: 1839116.

HSL color Cylindrical-coordinate representation of color #0C101C: hue angle of 225º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0C101C is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB121628-
CMYK0.570.4300.89
HSL225º40%7.84%-
HSV(B)225º57.14%10.98%-
XYZ0.550.531.17-
YUV16.17134.67125.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.43%
GREEN value IS 16 (6.64% from 255) = 28.57%
BLUE value IS 28 (11.33% from 255) = 50%
R=21.43%
G=28.57%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1216280.570.4300.89225407.84
HexC101C392B059e1288
Octal142034715301313415010
Binary1100100001110011100110101101011001111000011010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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