Html Css Color HEX #0D110D Black Bean

📋 copy color: '#0D110D'

red 13 ◦ green 17 ◦ blue 13

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

Shades of Black Bean #0D110D

Tints of Black Bean #0D110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 39.53%

 BLUE value IS 13 (5.47% from 255) = 30.23%

R = 30.23%
G = 39.53%
B = 30.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.93

RGB Variations

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

Color information

#0D110D (or 0x0D110D) is known color: Black Bean. HEX triplet: 0D, 11 and 0D. RGB value is (13,17,13). Sum of RGB (Red+Green+Blue) = 13+17+13=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 17 - color contains mainly: green. Hex color #0D110D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D110D is #F2EEF2. Grayscale: #0F0F0F. Windows color (decimal): -15920883 or 856333. OLE color: 856333.

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

Color convert

RGB 13 17 13 -
CMYK 0.24 0 0.24 0.93
HSL 120º 0.13% 0.06% -
HSV(B) 120º 0.24% 0.07% -
XYZ 0.44 0.52 0.46 -
YUV 15.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 13 17 13 0.24 0 0.24 0.93 120 0.13 0.06
Hex D 11 D 18 0 18 5D 78 D 6
Octal 15 21 15 30 0 30 135 170 15 6
Binary 1101 10001 1101 11000 0 11000 1011101 1111000 1101 110

Color Harmonies of #0D110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D110D

Black with #0D110D

Text Example


Text Example

White with #0D110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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