Html Css Color HEX #052509 Black Bean

📋 copy color: '#052509'

red 5 ◦ green 37 ◦ blue 9

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

Shades of Black Bean #052509

Tints of Black Bean #052509

RGB

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

 GREEN value IS 37 (14.84% from 255) = 72.55%

 BLUE value IS 9 (3.91% from 255) = 17.65%

R = 9.8%
G = 72.55%
B = 17.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.85

RGB Variations

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

Color information

#052509 (or 0x052509) is known color: Black Bean. HEX triplet: 05, 25 and 09. RGB value is (5,37,9). Sum of RGB (Red+Green+Blue) = 5+37+9=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 37 (14.84% from 255 or 72.55% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 37 - color contains mainly: green. Hex color #052509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052509 is #FADAF6. Grayscale: #181818. Windows color (decimal): -16440055 or 599301. OLE color: 599301.

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

Color convert

RGB 5 37 9 -
CMYK 0.86 0 0.76 0.85
HSL 127.5º 0.76% 0.08% -
HSV(B) 127.5º 0.86% 0.15% -
XYZ 0.77 1.38 0.48 -
YUV 24.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 5 37 9 0.86 0 0.76 0.85 127.5 0.76 0.08
Hex 5 25 9 56 0 4C 55 80 4C 8
Octal 5 45 11 126 0 114 125 200 114 10
Binary 101 100101 1001 1010110 0 1001100 1010101 10000000 1001100 1000

Color Harmonies of #052509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052509

Black with #052509

Text Example


Text Example

White with #052509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052509; }

 p { color: rgb(5,37,9); }

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

background-color css

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

 a { background-color: rgb(5,37,9); }

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

border-color css

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

 span { border-color: rgb(5,37,9); }

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