#041007

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

Shades of Black Bean #041007

Tints of Black Bean #041007

Color information

#041007 (or 0x041007) is unknown color: approx Black Bean. HEX triplet: 04, 10 and 07. RGB value is (4,16,7). Sum of RGB (Red+Green+Blue) = 4+16+7=27 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.81% from 27); Green value is 16 (6.64% from 255 or 59.26% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 16 - color contains mainly: green. Hex color #041007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041007 is #FBEFF8. Grayscale: #0B0B0B. Windows color (decimal): -16510969 or 462852. OLE color: 462852.

HSL color Cylindrical-coordinate representation of color #041007: hue angle of 135º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #041007 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.94.

Color convert

RGB4167-
CMYK0.7500.560.94
HSL135º60%3.92%-
HSV(B)135º75%6.27%-
XYZ0.270.410.27-
YUV11.39125.52122.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 14.81%
GREEN value IS 16 (6.64% from 255) = 59.26%
BLUE value IS 7 (3.12% from 255) = 25.93%
R=14.81%
G=59.26%
B=25.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal41670.7500.560.94135603.92
Hex41074B0385E873c4
Octal4207113070136207744
Binary1001000011110010110111000101111010000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041007; }

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

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

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

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

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

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

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

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