#041207

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

Shades of Black Bean #041207

Tints of Black Bean #041207

Color information

#041207 (or 0x041207) is unknown color: approx Black Bean. HEX triplet: 04, 12 and 07. RGB value is (4,18,7). Sum of RGB (Red+Green+Blue) = 4+18+7=29 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.79% from 29); Green value is 18 (7.42% from 255 or 62.07% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 18 - color contains mainly: green. Hex color #041207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041207 is #FBEDF8. Grayscale: #0C0C0C. Windows color (decimal): -16510457 or 463364. OLE color: 463364.

HSL color Cylindrical-coordinate representation of color #041207: hue angle of 132.86º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #041207 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.93.

Color convert

RGB4187-
CMYK0.7800.610.93
HSL132.86º63.64%4.31%-
HSV(B)132.86º77.78%7.06%-
XYZ0.30.470.28-
YUV12.56124.86121.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 13.79%
GREEN value IS 18 (7.42% from 255) = 62.07%
BLUE value IS 7 (3.12% from 255) = 24.14%
R=13.79%
G=62.07%
B=24.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal41870.7800.610.93132.8663.644.31
Hex41274E03D5D85404
Octal42271160751352051004
Binary10010010111100111001111011011101100001011000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041207; }

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

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

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

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

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

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

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

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