#052908

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

Shades of Black Bean #052908

Tints of Black Bean #052908

Color information

#052908 (or 0x052908) is unknown color: approx Black Bean. HEX triplet: 05, 29 and 08. RGB value is (5,41,8). Sum of RGB (Red+Green+Blue) = 5+41+8=54 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.26% from 54); Green value is 41 (16.41% from 255 or 75.93% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 41 - color contains mainly: green. Hex color #052908 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052908 is #FAD6F7. Grayscale: #1A1A1A. Windows color (decimal): -16439032 or 534789. OLE color: 534789.

HSL color Cylindrical-coordinate representation of color #052908: hue angle of 125º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052908 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB5418-
CMYK0.8800.800.84
HSL125º78.26%9.02%-
HSV(B)125º87.8%16.08%-
XYZ0.91.640.5-
YUV26.47117.57112.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.26%
GREEN value IS 41 (16.41% from 255) = 75.93%
BLUE value IS 8 (3.52% from 255) = 14.81%
R=9.26%
G=75.93%
B=14.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal54180.8800.800.8412578.269.02
Hex529858050547d4e9
Octal55110130012012417511611
Binary10110100110001011000010100001010100111110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052908; }

 p { color: rgb(5,41,8); }

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

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

 a { background-color: rgb(5,41,8); }

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

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

 span { border-color: rgb(5,41,8); }

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