#0C0525

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

Shades of Black Russian #0C0525

Tints of Black Russian #0C0525

Color information

#0C0525 (or 0x0C0525) is unknown color: approx Black Russian. HEX triplet: 0C, 05 and 25. RGB value is (12,5,37). Sum of RGB (Red+Green+Blue) = 12+5+37=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 37 (14.84% from 255 or 68.52% from 54); Max value from RGB is 37 - color contains mainly: blue. Hex color #0C0525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0525 is #F3FADA. Grayscale: #0A0A0A. Windows color (decimal): -15989467 or 2426124. OLE color: 2426124.

HSL color Cylindrical-coordinate representation of color #0C0525: hue angle of 253.12º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C0525 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB12537-
CMYK0.680.8600.85
HSL253.12º76.19%8.24%-
HSV(B)253.12º86.49%14.51%-
XYZ0.540.321.78-
YUV10.74142.82128.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 22.22%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 37 (14.84% from 255) = 68.52%
R=22.22%
G=9.26%
B=68.52%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal125370.680.8600.85253.1276.198.24
HexC5254456055fd4c8
Octal14545104126012537511410
Binary110010110010110001001010110010101011111110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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