#042507

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

Shades of Black Bean #042507

Tints of Black Bean #042507

Color information

#042507 (or 0x042507) is unknown color: approx Black Bean. HEX triplet: 04, 25 and 07. RGB value is (4,37,7). Sum of RGB (Red+Green+Blue) = 4+37+7=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 37 (14.84% from 255 or 77.08% from 48); Blue value is 7 (3.12% from 255 or 14.58% from 48); Max value from RGB is 37 - color contains mainly: green. Hex color #042507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042507 is #FBDAF8. Grayscale: #171717. Windows color (decimal): -16505593 or 468228. OLE color: 468228.

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

Color convert

RGB4377-
CMYK0.8900.810.85
HSL125.45º80.49%8.04%-
HSV(B)125.45º89.19%14.51%-
XYZ0.751.360.42-
YUV23.71118.57113.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.33%
GREEN value IS 37 (14.84% from 255) = 77.08%
BLUE value IS 7 (3.12% from 255) = 14.58%
R=8.33%
G=77.08%
B=14.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal43770.8900.810.85125.4580.498.04
Hex425759051557d508
Octal4457131012112517512010
Binary1001001011111011001010100011010101111110110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042507; }

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

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

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

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

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

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

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

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