Html Css Color HEX #0D100E Black Bean

📋 copy color: '#0D100E'

red 13 ◦ green 16 ◦ blue 14

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

Shades of Black Bean #0D100E

Tints of Black Bean #0D100E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 37.21%

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

R = 30.23%
G = 37.21%
B = 32.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.94

RGB Variations

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

Color information

#0D100E (or 0x0D100E) is known color: Black Bean. HEX triplet: 0D, 10 and 0E. RGB value is (13,16,14). Sum of RGB (Red+Green+Blue) = 13+16+14=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 16 - color contains mainly: green. Hex color #0D100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D100E is #F2EFF1. Grayscale: #0E0E0E. Windows color (decimal): -15921138 or 921613. OLE color: 921613.

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

Color convert

RGB 13 16 14 -
CMYK 0.19 0 0.13 0.94
HSL 140º 0.1% 0.06% -
HSV(B) 140º 0.19% 0.06% -
XYZ 0.43 0.49 0.49 -
YUV 14.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 13 16 14 0.19 0 0.13 0.94 140 0.1 0.06
Hex D 10 E 13 0 D 5E 8C A 6
Octal 15 20 16 23 0 15 136 214 12 6
Binary 1101 10000 1110 10011 0 1101 1011110 10001100 1010 110

Color Harmonies of #0D100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D100E

Black with #0D100E

Text Example


Text Example

White with #0D100E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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