#051A0A

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

Shades of Black Bean #051A0A

Tints of Black Bean #051A0A

Color information

#051A0A (or 0x051A0A) is unknown color: approx Black Bean. HEX triplet: 05, 1A and 0A. RGB value is (5,26,10). Sum of RGB (Red+Green+Blue) = 5+26+10=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 26 (10.55% from 255 or 63.41% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 26 - color contains mainly: green. Hex color #051A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051A0A is #FAE5F5. Grayscale: #111111. Windows color (decimal): -16442870 or 662021. OLE color: 662021.

HSL color Cylindrical-coordinate representation of color #051A0A: hue angle of 134.29º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051A0A is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.90.

Color convert

RGB52610-
CMYK0.8100.620.90
HSL134.29º67.74%6.08%-
HSV(B)134.29º80.77%10.2%-
XYZ0.490.790.41-
YUV17.9123.54118.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 26 (10.55% from 255) = 63.41%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=12.20%
G=63.41%
B=24.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal526100.8100.620.90134.2967.746.08
Hex51AA5103E5A86446
Octal532121210761322061046
Binary101110101010101000101111101011010100001101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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