Html Css Color HEX #040000 Black

📋 copy color: '#040000'

red 4 ◦ green 0 ◦ blue 0

#040000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black #040000

Tints of Black #040000

RGB

 RED value IS 4 (1.95% from 255) = 100%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.98

RGB Variations

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

Color information

#040000 (or 0x040000) is known color: Black. HEX triplet: 04, 00 and 00. RGB value is (4,0,0). Sum of RGB (Red+Green+Blue) = 4+0+0=4 (0% of max value = 765). Red value is 4 (1.95% from 255 or 100% from 4); Green value is 0 (0.39% from 255 or 0% from 4); Blue value is 0 (0.39% from 255 or 0% from 4); Max value from RGB is 4 - color contains mainly: red. Hex color #040000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040000 is #FBFFFF. Grayscale: #010101. Windows color (decimal): -16515072 or 4. OLE color: 4.

HSL color Cylindrical-coordinate representation of color #040000: hue angle of 0º 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 #040000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.98.

Color convert

RGB 4 0 0 -
CMYK 0 1 1 0.98
HSL 1% 0.01% -
HSV(B) 1% 0.02% -
XYZ 0.05 0.03 0 -
YUV 1.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 4 0 0 0 1 1 0.98 0 1 0.01
Hex 4 0 0 0 64 64 62 0 64 1
Octal 4 0 0 0 144 144 142 0 144 1
Binary 100 0 0 0 1100100 1100100 1100010 0 1100100 1

Color Harmonies of #040000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040000

Black with #040000

Text Example


Text Example

White with #040000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040000; }

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

 H1.HeaderClassName
 {
   color: #040000;
 }
 .AnyTagClassName
 {
   color: #040000;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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