#040300

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

Shades of Black #040300

Tints of Black #040300

Color information

#040300 (or 0x040300) is unknown color: approx Black. HEX triplet: 04, 03 and 00. RGB value is (4,3,0). Sum of RGB (Red+Green+Blue) = 4+3+0=7 (0% of max value = 765). Red value is 4 (1.95% from 255 or 57.14% from 7); Green value is 3 (1.56% from 255 or 42.86% from 7); Blue value is 0 (0.39% from 255 or 0% from 7); Max value from RGB is 4 - color contains mainly: red. Hex color #040300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040300 is #FBFCFF. Grayscale: #020202. Windows color (decimal): -16514304 or 772. OLE color: 772.

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

Color convert

RGB430-
CMYK00.2510.98
HSL45º100%0.78%-
HSV(B)45º100%1.57%-
XYZ0.080.090.01-
YUV2.96126.33128.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 57.14%
GREEN value IS 3 (1.56% from 255) = 42.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.14%
G=42.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal43000.2510.98451000.78
Hex43001964622d641
Octal430031144142551441
Binary1001100110011100100110001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040300; }

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

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

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

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

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

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

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

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