Html Css Color HEX #0B210E Black Bean

📋 copy color: '#0B210E'

red 11 ◦ green 33 ◦ blue 14

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

Shades of Black Bean #0B210E

Tints of Black Bean #0B210E

RGB

 RED value IS 11 (4.69% from 255) = 18.97%

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

 BLUE value IS 14 (5.86% from 255) = 24.14%

R = 18.97%
G = 56.9%
B = 24.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.87

RGB Variations

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

Color information

#0B210E (or 0x0B210E) is known color: Black Bean. HEX triplet: 0B, 21 and 0E. RGB value is (11,33,14). Sum of RGB (Red+Green+Blue) = 11+33+14=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 33 (13.28% from 255 or 56.90% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 33 - color contains mainly: green. Hex color #0B210E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B210E is #F4DEF1. Grayscale: #181818. Windows color (decimal): -16047858 or 925963. OLE color: 925963.

HSL color Cylindrical-coordinate representation of color #0B210E: hue angle of 128.18º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B210E is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.87.

Color convert

RGB 11 33 14 -
CMYK 0.67 0 0.58 0.87
HSL 128.18º 0.5% 0.09% -
HSV(B) 128.18º 0.67% 0.13% -
XYZ 0.76 1.19 0.61 -
YUV 24.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 11 33 14 0.67 0 0.58 0.87 128.18 0.5 0.09
Hex B 21 E 43 0 3A 57 80 32 9
Octal 13 41 16 103 0 72 127 200 62 11
Binary 1011 100001 1110 1000011 0 111010 1010111 10000000 110010 1001

Color Harmonies of #0B210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B210E

Black with #0B210E

Text Example


Text Example

White with #0B210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B210E; }

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

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

background-color css

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

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

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

border-color css

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

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

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