#030224

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

Shades of Black Russian #030224

Tints of Black Russian #030224

Color information

#030224 (or 0x030224) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 24. RGB value is (3,2,36). Sum of RGB (Red+Green+Blue) = 3+2+36=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 36 (14.45% from 255 or 87.80% from 41); Max value from RGB is 36 - color contains mainly: blue. Hex color #030224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030224 is #FCFDDB. Grayscale: #060606. Windows color (decimal): -16580060 or 2359811. OLE color: 2359811.

HSL color Cylindrical-coordinate representation of color #030224: hue angle of 241.76º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030224 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB3236-
CMYK0.920.9400.86
HSL241.76º89.47%7.45%-
HSV(B)241.76º94.44%14.12%-
XYZ0.380.191.69-
YUV6.18144.83125.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.32%
GREEN value IS 2 (1.17% from 255) = 4.88%
BLUE value IS 36 (14.45% from 255) = 87.80%
R=7.32%
G=4.88%
B=87.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal32360.920.9400.86241.7689.477.45
Hex32245C5E056f2597
Octal324413413601263621317
Binary11101001001011100101111001010110111100101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030224; }

 p { color: rgb(3,2,36); }

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

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

 a { background-color: rgb(3,2,36); }

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

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

 span { border-color: rgb(3,2,36); }

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