#040302

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

Shades of Black #040302

Tints of Black #040302

Color information

#040302 (or 0x040302) is unknown color: approx Black. HEX triplet: 04, 03 and 02. RGB value is (4,3,2). Sum of RGB (Red+Green+Blue) = 4+3+2=9 (1% of max value = 765). Red value is 4 (1.95% from 255 or 44.44% from 9); Green value is 3 (1.56% from 255 or 33.33% from 9); Blue value is 2 (1.17% from 255 or 22.22% from 9); Max value from RGB is 4 - color contains mainly: red. Hex color #040302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040302 is #FBFCFD. Grayscale: #030303. Windows color (decimal): -16514302 or 131844. OLE color: 131844.

HSL color Cylindrical-coordinate representation of color #040302: hue angle of 30º degrees, saturation: 0.33, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #040302 is Cyan = 0, Magento = 0.25, Yellow = 0.5 and Black (K on CMYK) = 0.98.

Color convert

RGB432-
CMYK00.250.50.98
HSL30º33.33%1.18%-
HSV(B)30º50%1.57%-
XYZ0.090.10.07-
YUV3.18127.33128.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 44.44%
GREEN value IS 3 (1.56% from 255) = 33.33%
BLUE value IS 2 (1.17% from 255) = 22.22%
R=44.44%
G=33.33%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.5
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal43200.250.50.983033.331.18
Hex43201932621e211
Octal4320316214236411
Binary10011100110011100101100010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040302; }

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

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

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

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

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

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

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

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