Html Css Color HEX #05220A Black Bean

📋 copy color: '#05220A'

red 5 ◦ green 34 ◦ blue 10

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

Shades of Black Bean #05220A

Tints of Black Bean #05220A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 20.41%

R = 10.2%
G = 69.39%
B = 20.41%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.71

 K value IS 0.87

RGB Variations

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

Color information

#05220A (or 0x05220A) is known color: Black Bean. HEX triplet: 05, 22 and 0A. RGB value is (5,34,10). Sum of RGB (Red+Green+Blue) = 5+34+10=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 34 (13.67% from 255 or 69.39% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 34 - color contains mainly: green. Hex color #05220A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05220A is #FADDF5. Grayscale: #161616. Windows color (decimal): -16440822 or 664069. OLE color: 664069.

HSL color Cylindrical-coordinate representation of color #05220A: hue angle of 130.34º 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 #05220A is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 34 10 -
CMYK 0.85 0 0.71 0.87
HSL 130.34º 0.74% 0.08% -
HSV(B) 130.34º 0.85% 0.13% -
XYZ 0.69 1.2 0.48 -
YUV 22.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 5 34 10 0.85 0 0.71 0.87 130.34 0.74 0.08
Hex 5 22 A 55 0 47 57 82 4A 8
Octal 5 42 12 125 0 107 127 202 112 10
Binary 101 100010 1010 1010101 0 1000111 1010111 10000010 1001010 1000

Color Harmonies of #05220A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05220A

Black with #05220A

Text Example


Text Example

White with #05220A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05220A; }

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

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

background-color css

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

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

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

border-color css

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

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

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