Html Css Color HEX #0D140E Black Bean

📋 copy color: '#0D140E'

red 13 ◦ green 20 ◦ blue 14

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

Shades of Black Bean #0D140E

Tints of Black Bean #0D140E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 42.55%

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

R = 27.66%
G = 42.55%
B = 29.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#0D140E (or 0x0D140E) is known color: Black Bean. HEX triplet: 0D, 14 and 0E. RGB value is (13,20,14). Sum of RGB (Red+Green+Blue) = 13+20+14=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 20 - color contains mainly: green. Hex color #0D140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D140E is #F2EBF1. Grayscale: #111111. Windows color (decimal): -15920114 or 922637. OLE color: 922637.

HSL color Cylindrical-coordinate representation of color #0D140E: hue angle of 128.57º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0D140E is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 20 14 -
CMYK 0.35 0 0.30 0.92
HSL 128.57º 0.21% 0.06% -
HSV(B) 128.57º 0.35% 0.08% -
XYZ 0.5 0.62 0.51 -
YUV 17.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 13 20 14 0.35 0 0.30 0.92 128.57 0.21 0.06
Hex D 14 E 23 0 1E 5C 81 15 6
Octal 15 24 16 43 0 36 134 201 25 6
Binary 1101 10100 1110 100011 0 11110 1011100 10000001 10101 110

Color Harmonies of #0D140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D140E

Black with #0D140E

Text Example


Text Example

White with #0D140E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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