#030429

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

Shades of Black Russian #030429

Tints of Black Russian #030429

Color information

#030429 (or 0x030429) is unknown color: approx Black Russian. HEX triplet: 03, 04 and 29. RGB value is (3,4,41). Sum of RGB (Red+Green+Blue) = 3+4+41=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 41 (16.41% from 255 or 85.42% from 48); Max value from RGB is 41 - color contains mainly: blue. Hex color #030429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030429 is #FCFBD6. Grayscale: #070707. Windows color (decimal): -16579543 or 2688003. OLE color: 2688003.

HSL color Cylindrical-coordinate representation of color #030429: hue angle of 238.42º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #030429 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB3441-
CMYK0.930.9000.84
HSL238.42º86.36%8.63%-
HSV(B)238.42º92.68%16.08%-
XYZ0.480.272.12-
YUV7.92146.67124.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.25%
GREEN value IS 4 (1.95% from 255) = 8.33%
BLUE value IS 41 (16.41% from 255) = 85.42%
R=6.25%
G=8.33%
B=85.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal34410.930.9000.84238.4286.368.63
Hex34295D5A054ee569
Octal3451135132012435612611
Binary1110010100110111011011010010101001110111010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030429; }

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

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

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

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

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

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

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

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