#030421

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

Shades of Black Russian #030421

Tints of Black Russian #030421

Color information

#030421 (or 0x030421) is unknown color: approx Black Russian. HEX triplet: 03, 04 and 21. RGB value is (3,4,33). Sum of RGB (Red+Green+Blue) = 3+4+33=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 33 (13.28% from 255 or 82.5% from 40); Max value from RGB is 33 - color contains mainly: blue. Hex color #030421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030421 is #FCFBDE. Grayscale: #060606. Windows color (decimal): -16579551 or 2163715. OLE color: 2163715.

HSL color Cylindrical-coordinate representation of color #030421: hue angle of 238º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #030421 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB3433-
CMYK0.910.8800.87
HSL238º83.33%7.06%-
HSV(B)238º90.91%12.94%-
XYZ0.360.221.46-
YUV7.01142.67125.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.5%
GREEN value IS 4 (1.95% from 255) = 10%
BLUE value IS 33 (13.28% from 255) = 82.5%
R=7.5%
G=10%
B=82.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34330.910.8800.8723883.337.06
Hex34215B58057ee537
Octal344113313001273561237
Binary111001000011011011101100001010111111011101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030421; }

 p { color: rgb(3,4,33); }

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

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

 a { background-color: rgb(3,4,33); }

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

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

 span { border-color: rgb(3,4,33); }

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