Html Css Color HEX #06210B Black Bean

📋 copy color: '#06210B'

red 6 ◦ green 33 ◦ blue 11

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

Shades of Black Bean #06210B

Tints of Black Bean #06210B

RGB

 RED value IS 6 (2.73% from 255) = 12%

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

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

R = 12%
G = 66%
B = 22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.87

RGB Variations

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

Color information

#06210B (or 0x06210B) is known color: Black Bean. HEX triplet: 06, 21 and 0B. RGB value is (6,33,11). Sum of RGB (Red+Green+Blue) = 6+33+11=50 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12% from 50); Green value is 33 (13.28% from 255 or 66% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 33 - color contains mainly: green. Hex color #06210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06210B is #F9DEF4. Grayscale: #161616. Windows color (decimal): -16375541 or 729350. OLE color: 729350.

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

Color convert

RGB 6 33 11 -
CMYK 0.82 0 0.67 0.87
HSL 131.11º 0.69% 0.08% -
HSV(B) 131.11º 0.82% 0.13% -
XYZ 0.68 1.15 0.5 -
YUV 22.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 6 33 11 0.82 0 0.67 0.87 131.11 0.69 0.08
Hex 6 21 B 52 0 43 57 83 45 8
Octal 6 41 13 122 0 103 127 203 105 10
Binary 110 100001 1011 1010010 0 1000011 1010111 10000011 1000101 1000

Color Harmonies of #06210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06210B

Black with #06210B

Text Example


Text Example

White with #06210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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