#0C052F

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

Shades of Black Russian #0C052F

Tints of Black Russian #0C052F

Color information

#0C052F (or 0x0C052F) is unknown color: approx Black Russian. HEX triplet: 0C, 05 and 2F. RGB value is (12,5,47). Sum of RGB (Red+Green+Blue) = 12+5+47=64 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.75% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 47 (18.75% from 255 or 73.44% from 64); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C052F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C052F is #F3FAD0. Grayscale: #0B0B0B. Windows color (decimal): -15989457 or 3081484. OLE color: 3081484.

HSL color Cylindrical-coordinate representation of color #0C052F: hue angle of 250º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C052F is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB12547-
CMYK0.740.8900.82
HSL250º80.77%10.2%-
HSV(B)250º89.36%18.43%-
XYZ0.720.392.73-
YUV11.88147.82128.08-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 18.75%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 47 (18.75% from 255) = 73.44%
R=18.75%
G=7.81%
B=73.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal125470.740.8900.8225080.7710.2
HexC52F4A59052fa51a
Octal14557112131012237212112
Binary110010110111110010101011001010100101111101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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