Html Css Color HEX #05210B Black Bean

📋 copy color: '#05210B'

red 5 ◦ green 33 ◦ blue 11

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

Shades of Black Bean #05210B

Tints of Black Bean #05210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 67.35%

 BLUE value IS 11 (4.69% from 255) = 22.45%

R = 10.2%
G = 67.35%
B = 22.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.67

 K value IS 0.87

RGB Variations

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

Color information

#05210B (or 0x05210B) is known color: Black Bean. HEX triplet: 05, 21 and 0B. RGB value is (5,33,11). Sum of RGB (Red+Green+Blue) = 5+33+11=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 33 (13.28% from 255 or 67.35% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 33 - color contains mainly: green. Hex color #05210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05210B is #FADEF4. Grayscale: #161616. Windows color (decimal): -16441077 or 729349. OLE color: 729349.

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

Color convert

RGB 5 33 11 -
CMYK 0.85 0 0.67 0.87
HSL 132.86º 0.74% 0.07% -
HSV(B) 132.86º 0.85% 0.13% -
XYZ 0.67 1.14 0.5 -
YUV 22.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 5 33 11 0.85 0 0.67 0.87 132.86 0.74 0.07
Hex 5 21 B 55 0 43 57 85 4A 7
Octal 5 41 13 125 0 103 127 205 112 7
Binary 101 100001 1011 1010101 0 1000011 1010111 10000101 1001010 111

Color Harmonies of #05210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05210B

Black with #05210B

Text Example


Text Example

White with #05210B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05210B; }

 p { color: rgb(5,33,11); }

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

background-color css

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

 a { background-color: rgb(5,33,11); }

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

border-color css

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

 span { border-color: rgb(5,33,11); }

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