Html Css Color HEX #0D2211 Black Bean

📋 copy color: '#0D2211'

red 13 ◦ green 34 ◦ blue 17

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

Shades of Black Bean #0D2211

Tints of Black Bean #0D2211

RGB

 RED value IS 13 (5.47% from 255) = 20.31%

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

 BLUE value IS 17 (7.03% from 255) = 26.56%

R = 20.31%
G = 53.13%
B = 26.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.50

 K value IS 0.87

RGB Variations

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

Color information

#0D2211 (or 0x0D2211) is known color: Black Bean. HEX triplet: 0D, 22 and 11. RGB value is (13,34,17). Sum of RGB (Red+Green+Blue) = 13+34+17=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 34 (13.67% from 255 or 53.12% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 34 - color contains mainly: green. Hex color #0D2211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2211 is #F2DDEE. Grayscale: #191919. Windows color (decimal): -15916527 or 1122829. OLE color: 1122829.

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

Color convert

RGB 13 34 17 -
CMYK 0.62 0 0.50 0.87
HSL 131.43º 0.45% 0.09% -
HSV(B) 131.43º 0.62% 0.13% -
XYZ 0.84 1.27 0.73 -
YUV 25.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 13 34 17 0.62 0 0.50 0.87 131.43 0.45 0.09
Hex D 22 11 3E 0 32 57 83 2D 9
Octal 15 42 21 76 0 62 127 203 55 11
Binary 1101 100010 10001 111110 0 110010 1010111 10000011 101101 1001

Color Harmonies of #0D2211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2211

Black with #0D2211

Text Example


Text Example

White with #0D2211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,34,17); }

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

background-color css

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

 a { background-color: rgb(13,34,17); }

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

border-color css

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

 span { border-color: rgb(13,34,17); }

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