Html Css Color HEX #08210D Black Bean

📋 copy color: '#08210D'

red 8 ◦ green 33 ◦ blue 13

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

Shades of Black Bean #08210D

Tints of Black Bean #08210D

RGB

 RED value IS 8 (3.52% from 255) = 14.81%

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

 BLUE value IS 13 (5.47% from 255) = 24.07%

R = 14.81%
G = 61.11%
B = 24.07%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#08210D (or 0x08210D) is known color: Black Bean. HEX triplet: 08, 21 and 0D. RGB value is (8,33,13). Sum of RGB (Red+Green+Blue) = 8+33+13=54 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.81% from 54); Green value is 33 (13.28% from 255 or 61.11% from 54); Blue value is 13 (5.47% from 255 or 24.07% from 54); Max value from RGB is 33 - color contains mainly: green. Hex color #08210D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08210D is #F7DEF2. Grayscale: #171717. Windows color (decimal): -16244467 or 860424. OLE color: 860424.

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

Color convert

RGB 8 33 13 -
CMYK 0.76 0 0.61 0.87
HSL 132º 0.61% 0.08% -
HSV(B) 132º 0.76% 0.13% -
XYZ 0.72 1.17 0.57 -
YUV 23.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 8 33 13 0.76 0 0.61 0.87 132 0.61 0.08
Hex 8 21 D 4C 0 3D 57 84 3D 8
Octal 10 41 15 114 0 75 127 204 75 10
Binary 1000 100001 1101 1001100 0 111101 1010111 10000100 111101 1000

Color Harmonies of #08210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08210D

Black with #08210D

Text Example


Text Example

White with #08210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08210D; }

 p { color: rgb(8,33,13); }

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

background-color css

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

 a { background-color: rgb(8,33,13); }

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

border-color css

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

 span { border-color: rgb(8,33,13); }

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