#042007

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

Shades of Black Bean #042007

Tints of Black Bean #042007

Color information

#042007 (or 0x042007) is unknown color: approx Black Bean. HEX triplet: 04, 20 and 07. RGB value is (4,32,7). Sum of RGB (Red+Green+Blue) = 4+32+7=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 32 (12.89% from 255 or 74.42% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 32 - color contains mainly: green. Hex color #042007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042007 is #FBDFF8. Grayscale: #141414. Windows color (decimal): -16506873 or 466948. OLE color: 466948.

HSL color Cylindrical-coordinate representation of color #042007: hue angle of 126.43º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #042007 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.87.

Color convert

RGB4327-
CMYK0.8700.780.87
HSL126.43º77.78%7.06%-
HSV(B)126.43º87.5%12.55%-
XYZ0.61.070.38-
YUV20.78120.22116.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.30%
GREEN value IS 32 (12.89% from 255) = 74.42%
BLUE value IS 7 (3.12% from 255) = 16.28%
R=9.30%
G=74.42%
B=16.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal43270.8700.780.87126.4377.787.06
Hex42075704E577e4e7
Octal440712701161271761167
Binary100100000111101011101001110101011111111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042007; }

 p { color: rgb(4,32,7); }

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

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

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

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

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

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

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