Html Css Color HEX #0D140F Black Bean

📋 copy color: '#0D140F'

red 13 ◦ green 20 ◦ blue 15

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

Shades of Black Bean #0D140F

Tints of Black Bean #0D140F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 31.25%

R = 27.08%
G = 41.67%
B = 31.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#0D140F (or 0x0D140F) is known color: Black Bean. HEX triplet: 0D, 14 and 0F. RGB value is (13,20,15). Sum of RGB (Red+Green+Blue) = 13+20+15=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 20 - color contains mainly: green. Hex color #0D140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D140F is #F2EBF0. Grayscale: #111111. Windows color (decimal): -15920113 or 988173. OLE color: 988173.

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

Color convert

RGB 13 20 15 -
CMYK 0.35 0 0.25 0.92
HSL 137.14º 0.21% 0.06% -
HSV(B) 137.14º 0.35% 0.08% -
XYZ 0.5 0.62 0.55 -
YUV 17.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 13 20 15 0.35 0 0.25 0.92 137.14 0.21 0.06
Hex D 14 F 23 0 19 5C 89 15 6
Octal 15 24 17 43 0 31 134 211 25 6
Binary 1101 10100 1111 100011 0 11001 1011100 10001001 10101 110

Color Harmonies of #0D140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D140F

Black with #0D140F

Text Example


Text Example

White with #0D140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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