Html Css Color HEX #0D1510 Black Bean

📋 copy color: '#0D1510'

red 13 ◦ green 21 ◦ blue 16

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

Shades of Black Bean #0D1510

Tints of Black Bean #0D1510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 42%

 BLUE value IS 16 (6.64% from 255) = 32%

R = 26%
G = 42%
B = 32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.92

RGB Variations

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

Color information

#0D1510 (or 0x0D1510) is known color: Black Bean. HEX triplet: 0D, 15 and 10. RGB value is (13,21,16). Sum of RGB (Red+Green+Blue) = 13+21+16=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #0D1510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1510 is #F2EAEF. Grayscale: #121212. Windows color (decimal): -15919856 or 1053965. OLE color: 1053965.

HSL color Cylindrical-coordinate representation of color #0D1510: hue angle of 142.5º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0D1510 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 21 16 -
CMYK 0.38 0 0.24 0.92
HSL 142.5º 0.24% 0.07% -
HSV(B) 142.5º 0.38% 0.08% -
XYZ 0.53 0.66 0.59 -
YUV 18.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 13 21 16 0.38 0 0.24 0.92 142.5 0.24 0.07
Hex D 15 10 26 0 18 5C 8E 18 7
Octal 15 25 20 46 0 30 134 216 30 7
Binary 1101 10101 10000 100110 0 11000 1011100 10001110 11000 111

Color Harmonies of #0D1510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1510

Black with #0D1510

Text Example


Text Example

White with #0D1510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,21,16); }

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

background-color css

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

 a { background-color: rgb(13,21,16); }

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

border-color css

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

 span { border-color: rgb(13,21,16); }

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