Html Css Color HEX #0D2511 Black Bean

📋 copy color: '#0D2511'

red 13 ◦ green 37 ◦ blue 17

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

Shades of Black Bean #0D2511

Tints of Black Bean #0D2511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 55.22%

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

R = 19.4%
G = 55.22%
B = 25.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.85

RGB Variations

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

Color information

#0D2511 (or 0x0D2511) is known color: Black Bean. HEX triplet: 0D, 25 and 11. RGB value is (13,37,17). Sum of RGB (Red+Green+Blue) = 13+37+17=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2511 is #F2DAEE. Grayscale: #1B1B1B. Windows color (decimal): -15915759 or 1123597. OLE color: 1123597.

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

Color convert

RGB 13 37 17 -
CMYK 0.65 0 0.54 0.85
HSL 130º 0.48% 0.1% -
HSV(B) 130º 0.65% 0.15% -
XYZ 0.93 1.45 0.76 -
YUV 27.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 13 37 17 0.65 0 0.54 0.85 130 0.48 0.1
Hex D 25 11 41 0 36 55 82 30 A
Octal 15 45 21 101 0 66 125 202 60 12
Binary 1101 100101 10001 1000001 0 110110 1010101 10000010 110000 1010

Color Harmonies of #0D2511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D2511

Black with #0D2511

Text Example


Text Example

White with #0D2511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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