Html Css Color HEX #052808 Black Bean

📋 copy color: '#052808'

red 5 ◦ green 40 ◦ blue 8

#052808
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #052808

Tints of Black Bean #052808

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 value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.84

RGB Variations

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

Color information

#052808 (or 0x052808) is known color: 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

RGB 5 40 8 -
CMYK 0.88 0 0.80 0.84
HSL 125.14º 0.78% 0.09% -
HSV(B) 125.14º 0.88% 0.16% -
XYZ 0.87 1.57 0.49 -
YUV 25.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 5 40 8 0.88 0 0.80 0.84 125.14 0.78 0.09
Hex 5 28 8 58 0 50 54 7D 4E 9
Octal 5 50 10 130 0 120 124 175 116 11
Binary 101 101000 1000 1011000 0 1010000 1010100 1111101 1001110 1001

Color Harmonies of #052808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052808

Black with #052808

Text Example


Text Example

White with #052808

Text Example


Text Example

HTML Codes & Css Web 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>