#03022F

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

Shades of Black Russian #03022F

Tints of Black Russian #03022F

Color information

#03022F (or 0x03022F) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 2F. RGB value is (3,2,47). Sum of RGB (Red+Green+Blue) = 3+2+47=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 47 (18.75% from 255 or 90.38% from 52); Max value from RGB is 47 - color contains mainly: blue. Hex color #03022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03022F is #FCFDD0. Grayscale: #070707. Windows color (decimal): -16580049 or 3080707. OLE color: 3080707.

HSL color Cylindrical-coordinate representation of color #03022F: hue angle of 241.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03022F is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB3247-
CMYK0.940.9600.82
HSL241.33º91.84%9.61%-
HSV(B)241.33º95.74%18.43%-
XYZ0.570.272.71-
YUV7.43150.33124.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.77%
GREEN value IS 2 (1.17% from 255) = 3.85%
BLUE value IS 47 (18.75% from 255) = 90.38%
R=5.77%
G=3.85%
B=90.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal32470.940.9600.82241.3391.849.61
Hex322F5E60052f15ca
Octal3257136140012236113412
Binary111010111110111101100000010100101111000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03022F; }

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

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

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

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

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

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

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

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