Html Css Color HEX #0D110E Black Bean

📋 copy color: '#0D110E'

red 13 ◦ green 17 ◦ blue 14

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

Shades of Black Bean #0D110E

Tints of Black Bean #0D110E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 31.82%

R = 29.55%
G = 38.64%
B = 31.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.93

RGB Variations

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

Color information

#0D110E (or 0x0D110E) is known color: Black Bean. HEX triplet: 0D, 11 and 0E. RGB value is (13,17,14). Sum of RGB (Red+Green+Blue) = 13+17+14=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 17 - color contains mainly: green. Hex color #0D110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D110E is #F2EEF1. Grayscale: #0F0F0F. Windows color (decimal): -15920882 or 921869. OLE color: 921869.

HSL color Cylindrical-coordinate representation of color #0D110E: hue angle of 135º 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 #0D110E is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.93.

Color convert

RGB 13 17 14 -
CMYK 0.24 0 0.18 0.93
HSL 135º 0.13% 0.06% -
HSV(B) 135º 0.24% 0.07% -
XYZ 0.45 0.52 0.49 -
YUV 15.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 13 17 14 0.24 0 0.18 0.93 135 0.13 0.06
Hex D 11 E 18 0 12 5D 87 D 6
Octal 15 21 16 30 0 22 135 207 15 6
Binary 1101 10001 1110 11000 0 10010 1011101 10000111 1101 110

Color Harmonies of #0D110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D110E

Black with #0D110E

Text Example


Text Example

White with #0D110E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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