Html Css Color HEX #052008 Black Bean

📋 copy color: '#052008'

red 5 ◦ green 32 ◦ blue 8

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

Shades of Black Bean #052008

Tints of Black Bean #052008

RGB

 RED value IS 5 (2.34% from 255) = 11.11%

 GREEN value IS 32 (12.89% from 255) = 71.11%

 BLUE value IS 8 (3.52% from 255) = 17.78%

R = 11.11%
G = 71.11%
B = 17.78%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.87

RGB Variations

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

Color information

#052008 (or 0x052008) is known color: Black Bean. HEX triplet: 05, 20 and 08. RGB value is (5,32,8). Sum of RGB (Red+Green+Blue) = 5+32+8=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 32 (12.89% from 255 or 71.11% from 45); Blue value is 8 (3.52% from 255 or 17.78% from 45); Max value from RGB is 32 - color contains mainly: green. Hex color #052008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052008 is #FADFF7. Grayscale: #151515. Windows color (decimal): -16441336 or 532485. OLE color: 532485.

HSL color Cylindrical-coordinate representation of color #052008: hue angle of 126.67º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #052008 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 32 8 -
CMYK 0.84 0 0.75 0.87
HSL 126.67º 0.73% 0.07% -
HSV(B) 126.67º 0.84% 0.13% -
XYZ 0.62 1.08 0.41 -
YUV 21.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 5 32 8 0.84 0 0.75 0.87 126.67 0.73 0.07
Hex 5 20 8 54 0 4B 57 7F 49 7
Octal 5 40 10 124 0 113 127 177 111 7
Binary 101 100000 1000 1010100 0 1001011 1010111 1111111 1001001 111

Color Harmonies of #052008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052008

Black with #052008

Text Example


Text Example

White with #052008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052008; }

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

 H1.HeaderClassName
 {
   color: #052008;
 }
 .AnyTagClassName
 {
   color: #052008;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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