#0C0432

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

Shades of Black Russian #0C0432

Tints of Black Russian #0C0432

Color information

#0C0432 (or 0x0C0432) is unknown color: approx Black Russian. HEX triplet: 0C, 04 and 32. RGB value is (12,4,50). Sum of RGB (Red+Green+Blue) = 12+4+50=66 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.18% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 50 (19.92% from 255 or 75.76% from 66); Max value from RGB is 50 - color contains mainly: blue. Hex color #0C0432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0432 is #F3FBCD. Grayscale: #0B0B0B. Windows color (decimal): -15989710 or 3277836. OLE color: 3277836.

HSL color Cylindrical-coordinate representation of color #0C0432: hue angle of 250.43º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C0432 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB12450-
CMYK0.760.9200.80
HSL250.43º85.19%10.59%-
HSV(B)250.43º92%19.61%-
XYZ0.770.43.05-
YUV11.64149.65128.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 18.18%
GREEN value IS 4 (1.95% from 255) = 6.06%
BLUE value IS 50 (19.92% from 255) = 75.76%
R=18.18%
G=6.06%
B=75.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal124500.760.9200.80250.4385.1910.59
HexC4324C5C050fa55b
Octal14462114134012037212513
Binary110010011001010011001011100010100001111101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,4,50); }

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

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

 a { background-color: rgb(12,4,50); }

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

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

 span { border-color: rgb(12,4,50); }

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