Html Css Color HEX #052408 Black Bean

📋 copy color: '#052408'

red 5 ◦ green 36 ◦ blue 8

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

Shades of Black Bean #052408

Tints of Black Bean #052408

RGB

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

 GREEN value IS 36 (14.45% from 255) = 73.47%

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

R = 10.2%
G = 73.47%
B = 16.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.86

RGB Variations

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

Color information

#052408 (or 0x052408) is known color: Black Bean. HEX triplet: 05, 24 and 08. RGB value is (5,36,8). Sum of RGB (Red+Green+Blue) = 5+36+8=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 36 (14.45% from 255 or 73.47% from 49); Blue value is 8 (3.52% from 255 or 16.33% from 49); Max value from RGB is 36 - color contains mainly: green. Hex color #052408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052408 is #FADBF7. Grayscale: #171717. Windows color (decimal): -16440312 or 533509. OLE color: 533509.

HSL color Cylindrical-coordinate representation of color #052408: hue angle of 125.81º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052408 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 36 8 -
CMYK 0.86 0 0.78 0.86
HSL 125.81º 0.76% 0.08% -
HSV(B) 125.81º 0.86% 0.14% -
XYZ 0.74 1.31 0.44 -
YUV 23.54 119.23 114.78 -
System Red Green Blue C M Y K H S L
Decimal 5 36 8 0.86 0 0.78 0.86 125.81 0.76 0.08
Hex 5 24 8 56 0 4E 56 7E 4C 8
Octal 5 44 10 126 0 116 126 176 114 10
Binary 101 100100 1000 1010110 0 1001110 1010110 1111110 1001100 1000

Color Harmonies of #052408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052408

Black with #052408

Text Example


Text Example

White with #052408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052408; }

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

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

background-color css

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

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

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

border-color css

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

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

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