#0C0936

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

Shades of Black Russian #0C0936

Tints of Black Russian #0C0936

Color information

#0C0936 (or 0x0C0936) is unknown color: approx Black Russian. HEX triplet: 0C, 09 and 36. RGB value is (12,9,54). Sum of RGB (Red+Green+Blue) = 12+9+54=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 9 (3.91% from 255 or 12% from 75); Blue value is 54 (21.48% from 255 or 72% from 75); Max value from RGB is 54 - color contains mainly: blue. Hex color #0C0936 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0936 is #F3F6C9. Grayscale: #0E0E0E. Windows color (decimal): -15988426 or 3541260. OLE color: 3541260.

HSL color Cylindrical-coordinate representation of color #0C0936: hue angle of 244º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C0936 is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB12954-
CMYK0.780.8300.79
HSL244º71.43%12.35%-
HSV(B)244º83.33%21.18%-
XYZ0.920.543.55-
YUV15.03149.99125.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16%
GREEN value IS 9 (3.91% from 255) = 12%
BLUE value IS 54 (21.48% from 255) = 72%
R=16%
G=12%
B=72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal129540.780.8300.7924471.4312.35
HexC9364E5304Ff447c
Octal141166116123011736410714
Binary1100100111011010011101010011010011111111010010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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