#042707

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

Shades of Black Bean #042707

Tints of Black Bean #042707

Color information

#042707 (or 0x042707) is unknown color: approx Black Bean. HEX triplet: 04, 27 and 07. RGB value is (4,39,7). Sum of RGB (Red+Green+Blue) = 4+39+7=50 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8% from 50); Green value is 39 (15.62% from 255 or 78% from 50); Blue value is 7 (3.12% from 255 or 14% from 50); Max value from RGB is 39 - color contains mainly: green. Hex color #042707 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042707 is #FBD8F8. Grayscale: #181818. Windows color (decimal): -16505081 or 468740. OLE color: 468740.

HSL color Cylindrical-coordinate representation of color #042707: hue angle of 125.14º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042707 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.85.

Color convert

RGB4397-
CMYK0.9000.820.85
HSL125.14º81.4%8.43%-
HSV(B)125.14º89.74%15.29%-
XYZ0.811.490.45-
YUV24.89117.9113.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8%
GREEN value IS 39 (15.62% from 255) = 78%
BLUE value IS 7 (3.12% from 255) = 14%
R=8%
G=78%
B=14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal43970.9000.820.85125.1481.48.43
Hex42775A052557d518
Octal4477132012212517512110
Binary1001001111111011010010100101010101111110110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042707; }

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

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

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

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

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

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

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

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