#051D0A

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

Shades of Black Bean #051D0A

Tints of Black Bean #051D0A

Color information

#051D0A (or 0x051D0A) is unknown color: approx Black Bean. HEX triplet: 05, 1D and 0A. RGB value is (5,29,10). Sum of RGB (Red+Green+Blue) = 5+29+10=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 29 (11.72% from 255 or 65.91% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 29 - color contains mainly: green. Hex color #051D0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051D0A is #FAE2F5. Grayscale: #131313. Windows color (decimal): -16442102 or 662789. OLE color: 662789.

HSL color Cylindrical-coordinate representation of color #051D0A: hue angle of 132.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #051D0A is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.89.

Color convert

RGB52910-
CMYK0.8300.660.89
HSL132.5º70.59%6.67%-
HSV(B)132.5º82.76%11.37%-
XYZ0.560.930.44-
YUV19.66122.55117.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.36%
GREEN value IS 29 (11.72% from 255) = 65.91%
BLUE value IS 10 (4.30% from 255) = 22.73%
R=11.36%
G=65.91%
B=22.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal529100.8300.660.89132.570.596.67
Hex51DA530425984477
Octal5351212301021312041077
Binary1011110110101010011010000101011001100001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051D0A; }

 p { color: rgb(5,29,10); }

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

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

 a { background-color: rgb(5,29,10); }

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

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

 span { border-color: rgb(5,29,10); }

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