#052708

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

Shades of Black Bean #052708

Tints of Black Bean #052708

Color information

#052708 (or 0x052708) is unknown color: approx Black Bean. HEX triplet: 05, 27 and 08. RGB value is (5,39,8). Sum of RGB (Red+Green+Blue) = 5+39+8=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 39 (15.62% from 255 or 75% from 52); Blue value is 8 (3.52% from 255 or 15.38% from 52); Max value from RGB is 39 - color contains mainly: green. Hex color #052708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052708 is #FAD8F7. Grayscale: #191919. Windows color (decimal): -16439544 or 534277. OLE color: 534277.

HSL color Cylindrical-coordinate representation of color #052708: hue angle of 125.29º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052708 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.85.

Color convert

RGB5398-
CMYK0.8700.790.85
HSL125.29º77.27%8.63%-
HSV(B)125.29º87.18%15.29%-
XYZ0.831.50.48-
YUV25.3118.24113.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.62%
GREEN value IS 39 (15.62% from 255) = 75%
BLUE value IS 8 (3.52% from 255) = 15.38%
R=9.62%
G=75%
B=15.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal53980.8700.790.85125.2977.278.63
Hex52785704F557d4d9
Octal54710127011712517511511
Binary10110011110001010111010011111010101111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052708; }

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

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

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

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

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

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

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

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