Html Css Color HEX #0D1810 Black Bean

📋 copy color: '#0D1810'

red 13 ◦ green 24 ◦ blue 16

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

Shades of Black Bean #0D1810

Tints of Black Bean #0D1810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 45.28%

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

R = 24.53%
G = 45.28%
B = 30.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.91

RGB Variations

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

Color information

#0D1810 (or 0x0D1810) is known color: Black Bean. HEX triplet: 0D, 18 and 10. RGB value is (13,24,16). Sum of RGB (Red+Green+Blue) = 13+24+16=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 24 - color contains mainly: green. Hex color #0D1810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D1810 is #F2E7EF. Grayscale: #131313. Windows color (decimal): -15919088 or 1054733. OLE color: 1054733.

HSL color Cylindrical-coordinate representation of color #0D1810: hue angle of 136.36º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0D1810 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.91.

Color convert

RGB 13 24 16 -
CMYK 0.46 0 0.33 0.91
HSL 136.36º 0.3% 0.07% -
HSV(B) 136.36º 0.46% 0.09% -
XYZ 0.59 0.78 0.61 -
YUV 19.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 13 24 16 0.46 0 0.33 0.91 136.36 0.3 0.07
Hex D 18 10 2E 0 21 5B 88 1E 7
Octal 15 30 20 56 0 41 133 210 36 7
Binary 1101 11000 10000 101110 0 100001 1011011 10001000 11110 111

Color Harmonies of #0D1810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1810

Black with #0D1810

Text Example


Text Example

White with #0D1810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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