#051B06

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

Shades of Black Bean #051B06

Tints of Black Bean #051B06

Color information

#051B06 (or 0x051B06) is unknown color: approx Black Bean. HEX triplet: 05, 1B and 06. RGB value is (5,27,6). Sum of RGB (Red+Green+Blue) = 5+27+6=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 27 (10.94% from 255 or 71.05% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 27 - color contains mainly: green. Hex color #051B06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B06 is #FAE4F9. Grayscale: #121212. Windows color (decimal): -16442618 or 400133. OLE color: 400133.

HSL color Cylindrical-coordinate representation of color #051B06: hue angle of 122.73º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051B06 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.89.

Color convert

RGB5276-
CMYK0.8100.780.89
HSL122.73º68.75%6.27%-
HSV(B)122.73º81.48%10.59%-
XYZ0.490.830.31-
YUV18.03121.21118.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.16%
GREEN value IS 27 (10.94% from 255) = 71.05%
BLUE value IS 6 (2.73% from 255) = 15.79%
R=13.16%
G=71.05%
B=15.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal52760.8100.780.89122.7368.756.27
Hex51B65104E597b456
Octal533612101161311731056
Binary10111011110101000101001110101100111110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,27,6); }

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

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

 a { background-color: rgb(5,27,6); }

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

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

 span { border-color: rgb(5,27,6); }

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