#0C0836

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

Shades of Black Russian #0C0836

Tints of Black Russian #0C0836

Color information

#0C0836 (or 0x0C0836) is unknown color: approx Black Russian. HEX triplet: 0C, 08 and 36. RGB value is (12,8,54). Sum of RGB (Red+Green+Blue) = 12+8+54=74 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.22% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 54 (21.48% from 255 or 72.97% from 74); Max value from RGB is 54 - color contains mainly: blue. Hex color #0C0836 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0836 is #F3F7C9. Grayscale: #0E0E0E. Windows color (decimal): -15988682 or 3541004. OLE color: 3541004.

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

Color convert

RGB12854-
CMYK0.780.8500.79
HSL245.22º74.19%12.16%-
HSV(B)245.22º85.19%21.18%-
XYZ0.90.523.54-
YUV14.44150.33126.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.22%
GREEN value IS 8 (3.52% from 255) = 10.81%
BLUE value IS 54 (21.48% from 255) = 72.97%
R=16.22%
G=10.81%
B=72.97%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal128540.780.8500.79245.2274.1912.16
HexC8364E5504Ff54ac
Octal141066116125011736511214
Binary1100100011011010011101010101010011111111010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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