Html Css Color HEX #0D2C11 Black Bean

📋 copy color: '#0D2C11'

red 13 ◦ green 44 ◦ blue 17

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

Shades of Black Bean #0D2C11

Tints of Black Bean #0D2C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 59.46%

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

R = 17.57%
G = 59.46%
B = 22.97%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.83

RGB Variations

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

Color information

#0D2C11 (or 0x0D2C11) is known color: Black Bean. HEX triplet: 0D, 2C and 11. RGB value is (13,44,17). Sum of RGB (Red+Green+Blue) = 13+44+17=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 44 (17.58% from 255 or 59.46% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 44 - color contains mainly: green. Hex color #0D2C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2C11 is #F2D3EE. Grayscale: #1F1F1F. Windows color (decimal): -15913967 or 1125389. OLE color: 1125389.

HSL color Cylindrical-coordinate representation of color #0D2C11: hue angle of 127.74º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D2C11 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.83.

Color convert

RGB 13 44 17 -
CMYK 0.70 0 0.61 0.83
HSL 127.74º 0.54% 0.11% -
HSV(B) 127.74º 0.7% 0.17% -
XYZ 1.17 1.93 0.84 -
YUV 31.65 119.73 114.7 -
System Red Green Blue C M Y K H S L
Decimal 13 44 17 0.70 0 0.61 0.83 127.74 0.54 0.11
Hex D 2C 11 46 0 3D 53 80 36 B
Octal 15 54 21 106 0 75 123 200 66 13
Binary 1101 101100 10001 1000110 0 111101 1010011 10000000 110110 1011

Color Harmonies of #0D2C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2C11

Black with #0D2C11

Text Example


Text Example

White with #0D2C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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