#041F0A

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

Shades of Black Bean #041F0A

Tints of Black Bean #041F0A

Color information

#041F0A (or 0x041F0A) is unknown color: approx Black Bean. HEX triplet: 04, 1F and 0A. RGB value is (4,31,10). Sum of RGB (Red+Green+Blue) = 4+31+10=45 (5% of max value = 765). Red value is 4 (1.95% from 255 or 8.89% from 45); Green value is 31 (12.5% from 255 or 68.89% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 31 - color contains mainly: green. Hex color #041F0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #041F0A is #FBE0F5. Grayscale: #141414. Windows color (decimal): -16507126 or 663300. OLE color: 663300.

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

Color convert

RGB43110-
CMYK0.8700.680.88
HSL133.33º77.14%6.86%-
HSV(B)133.33º87.1%12.16%-
XYZ0.591.030.45-
YUV20.53122.05116.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.89%
GREEN value IS 31 (12.5% from 255) = 68.89%
BLUE value IS 10 (4.30% from 255) = 22.22%
R=8.89%
G=68.89%
B=22.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal431100.8700.680.88133.3377.146.86
Hex41FA5704458854d7
Octal4371212701041302051157
Binary1001111110101010111010001001011000100001011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041F0A; }

 p { color: rgb(4,31,10); }

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

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

 a { background-color: rgb(4,31,10); }

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

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

 span { border-color: rgb(4,31,10); }

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