Html Css Color HEX #0D2611 Black Bean

📋 copy color: '#0D2611'

red 13 ◦ green 38 ◦ blue 17

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

Shades of Black Bean #0D2611

Tints of Black Bean #0D2611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 55.88%

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

R = 19.12%
G = 55.88%
B = 25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.85

RGB Variations

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

Color information

#0D2611 (or 0x0D2611) is known color: Black Bean. HEX triplet: 0D, 26 and 11. RGB value is (13,38,17). Sum of RGB (Red+Green+Blue) = 13+38+17=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 38 (15.23% from 255 or 55.88% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 38 - color contains mainly: green. Hex color #0D2611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2611 is #F2D9EE. Grayscale: #1C1C1C. Windows color (decimal): -15915503 or 1123853. OLE color: 1123853.

HSL color Cylindrical-coordinate representation of color #0D2611: hue angle of 129.6º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0D2611 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.85.

Color convert

RGB 13 38 17 -
CMYK 0.66 0 0.55 0.85
HSL 129.6º 0.49% 0.1% -
HSV(B) 129.6º 0.66% 0.15% -
XYZ 0.96 1.51 0.77 -
YUV 28.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 13 38 17 0.66 0 0.55 0.85 129.6 0.49 0.1
Hex D 26 11 42 0 37 55 82 31 A
Octal 15 46 21 102 0 67 125 202 61 12
Binary 1101 100110 10001 1000010 0 110111 1010101 10000010 110001 1010

Color Harmonies of #0D2611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2611

Black with #0D2611

Text Example


Text Example

White with #0D2611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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