Html Css Color HEX #0D140D Black Bean

📋 copy color: '#0D140D'

red 13 ◦ green 20 ◦ blue 13

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

Shades of Black Bean #0D140D

Tints of Black Bean #0D140D

RGB

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

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

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

R = 28.26%
G = 43.48%
B = 28.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.35

 K value IS 0.92

RGB Variations

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

Color information

#0D140D (or 0x0D140D) is known color: Black Bean. HEX triplet: 0D, 14 and 0D. RGB value is (13,20,13). Sum of RGB (Red+Green+Blue) = 13+20+13=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 20 - color contains mainly: green. Hex color #0D140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D140D is #F2EBF2. Grayscale: #111111. Windows color (decimal): -15920115 or 857101. OLE color: 857101.

HSL color Cylindrical-coordinate representation of color #0D140D: hue angle of 120º 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 #0D140D is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 20 13 -
CMYK 0.35 0 0.35 0.92
HSL 120º 0.21% 0.06% -
HSV(B) 120º 0.35% 0.08% -
XYZ 0.49 0.61 0.47 -
YUV 17.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 13 20 13 0.35 0 0.35 0.92 120 0.21 0.06
Hex D 14 D 23 0 23 5C 78 15 6
Octal 15 24 15 43 0 43 134 170 25 6
Binary 1101 10100 1101 100011 0 100011 1011100 1111000 10101 110

Color Harmonies of #0D140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D140D

Black with #0D140D

Text Example


Text Example

White with #0D140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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