#0C0924

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

Shades of Black Russian #0C0924

Tints of Black Russian #0C0924

Color information

#0C0924 (or 0x0C0924) is unknown color: approx Black Russian. HEX triplet: 0C, 09 and 24. RGB value is (12,9,36). Sum of RGB (Red+Green+Blue) = 12+9+36=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 36 (14.45% from 255 or 63.16% from 57); Max value from RGB is 36 - color contains mainly: blue. Hex color #0C0924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0924 is #F3F6DB. Grayscale: #0C0C0C. Windows color (decimal): -15988444 or 2361612. OLE color: 2361612.

HSL color Cylindrical-coordinate representation of color #0C0924: hue angle of 246.67º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C0924 is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB12936-
CMYK0.670.7500.86
HSL246.67º60%8.82%-
HSV(B)246.67º75%14.12%-
XYZ0.570.41.72-
YUV12.97140.99127.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.05%
GREEN value IS 9 (3.91% from 255) = 15.79%
BLUE value IS 36 (14.45% from 255) = 63.16%
R=21.05%
G=15.79%
B=63.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal129360.670.7500.86246.67608.82
HexC924434B056f73c9
Octal14114410311301263677411
Binary110010011001001000011100101101010110111101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,9,36); }

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

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

 a { background-color: rgb(12,9,36); }

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

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

 span { border-color: rgb(12,9,36); }

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