#0C0537

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

Shades of Black Russian #0C0537

Tints of Black Russian #0C0537

Color information

#0C0537 (or 0x0C0537) is unknown color: approx Black Russian. HEX triplet: 0C, 05 and 37. RGB value is (12,5,55). Sum of RGB (Red+Green+Blue) = 12+5+55=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 55 (21.88% from 255 or 76.39% from 72); Max value from RGB is 55 - color contains mainly: blue. Hex color #0C0537 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0537 is #F3FAC8. Grayscale: #0C0C0C. Windows color (decimal): -15989449 or 3605772. OLE color: 3605772.

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

Color convert

RGB12555-
CMYK0.780.9100.78
HSL248.4º83.33%11.76%-
HSV(B)248.4º90.91%21.57%-
XYZ0.90.463.66-
YUV12.79151.82127.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.67%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 55 (21.88% from 255) = 76.39%
R=16.67%
G=6.94%
B=76.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal125550.780.9100.78248.483.3311.76
HexC5374E5B04Ef853c
Octal14567116133011637012314
Binary110010111011110011101011011010011101111100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,5,55); }

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

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

 a { background-color: rgb(12,5,55); }

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

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

 span { border-color: rgb(12,5,55); }

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