Html Css Color HEX #040504 Black Bean

📋 copy color: '#040504'

red 4 ◦ green 5 ◦ blue 4

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

Shades of Black Bean #040504

Tints of Black Bean #040504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 38.46%

 BLUE value IS 4 (1.95% from 255) = 30.77%

R = 30.77%
G = 38.46%
B = 30.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.98

RGB Variations

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

Color information

#040504 (or 0x040504) is known color: Black Bean. HEX triplet: 04, 05 and 04. RGB value is (4,5,4). Sum of RGB (Red+Green+Blue) = 4+5+4=13 (1% of max value = 765). Red value is 4 (1.95% from 255 or 30.77% from 13); Green value is 5 (2.34% from 255 or 38.46% from 13); Blue value is 4 (1.95% from 255 or 30.77% from 13); Max value from RGB is 5 - color contains mainly: green. Hex color #040504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040504 is #FBFAFB. Grayscale: #040404. Windows color (decimal): -16513788 or 263428. OLE color: 263428.

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

Color convert

RGB 4 5 4 -
CMYK 0.20 0 0.20 0.98
HSL 120º 0.11% 0.02% -
HSV(B) 120º 0.2% 0.02% -
XYZ 0.13 0.14 0.14 -
YUV 4.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 4 5 4 0.20 0 0.20 0.98 120 0.11 0.02
Hex 4 5 4 14 0 14 62 78 B 2
Octal 4 5 4 24 0 24 142 170 13 2
Binary 100 101 100 10100 0 10100 1100010 1111000 1011 10

Color Harmonies of #040504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040504

Black with #040504

Text Example


Text Example

White with #040504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040504; }

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

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

background-color css

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

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

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

border-color css

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

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

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