#052808

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

Shades of Black Bean #052808

Tints of Black Bean #052808

Color information

#052808 (or 0x052808) is unknown color: approx Black Bean. HEX triplet: 05, 28 and 08. RGB value is (5,40,8). Sum of RGB (Red+Green+Blue) = 5+40+8=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 40 (16.02% from 255 or 75.47% from 53); Blue value is 8 (3.52% from 255 or 15.09% from 53); Max value from RGB is 40 - color contains mainly: green. Hex color #052808 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052808 is #FAD7F7. Grayscale: #191919. Windows color (decimal): -16439288 or 534533. OLE color: 534533.

HSL color Cylindrical-coordinate representation of color #052808: hue angle of 125.14º 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 #052808 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB5408-
CMYK0.8800.800.84
HSL125.14º77.78%8.82%-
HSV(B)125.14º87.5%15.69%-
XYZ0.871.570.49-
YUV25.89117.9113.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.43%
GREEN value IS 40 (16.02% from 255) = 75.47%
BLUE value IS 8 (3.52% from 255) = 15.09%
R=9.43%
G=75.47%
B=15.09%

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
Decimal54080.8800.800.84125.1477.788.82
Hex528858050547d4e9
Octal55010130012012417511611
Binary10110100010001011000010100001010100111110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052808; }

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

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

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

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

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

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

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

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