Html Css Color HEX #052206 Black Bean

📋 copy color: '#052206'

red 5 ◦ green 34 ◦ blue 6

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

Shades of Black Bean #052206

Tints of Black Bean #052206

RGB

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

 GREEN value IS 34 (13.67% from 255) = 75.56%

 BLUE value IS 6 (2.73% from 255) = 13.33%

R = 11.11%
G = 75.56%
B = 13.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.87

RGB Variations

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

Color information

#052206 (or 0x052206) is known color: Black Bean. HEX triplet: 05, 22 and 06. RGB value is (5,34,6). Sum of RGB (Red+Green+Blue) = 5+34+6=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 34 (13.67% from 255 or 75.56% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 34 - color contains mainly: green. Hex color #052206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052206 is #FADDF9. Grayscale: #161616. Windows color (decimal): -16440826 or 401925. OLE color: 401925.

HSL color Cylindrical-coordinate representation of color #052206: hue angle of 122.07º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #052206 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 34 6 -
CMYK 0.85 0 0.82 0.87
HSL 122.07º 0.74% 0.08% -
HSV(B) 122.07º 0.85% 0.13% -
XYZ 0.67 1.19 0.37 -
YUV 22.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 5 34 6 0.85 0 0.82 0.87 122.07 0.74 0.08
Hex 5 22 6 55 0 52 57 7A 4A 8
Octal 5 42 6 125 0 122 127 172 112 10
Binary 101 100010 110 1010101 0 1010010 1010111 1111010 1001010 1000

Color Harmonies of #052206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052206

Black with #052206

Text Example


Text Example

White with #052206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052206; }

 p { color: rgb(5,34,6); }

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

background-color css

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

 a { background-color: rgb(5,34,6); }

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

border-color css

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

 span { border-color: rgb(5,34,6); }

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