Html Css Color HEX #14240D Black Forest

📋 copy color: '#14240D'

red 20 ◦ green 36 ◦ blue 13

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

Shades of Black Forest #14240D

Tints of Black Forest #14240D

RGB

 RED value IS 20 (8.2% from 255) = 28.99%

 GREEN value IS 36 (14.45% from 255) = 52.17%

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

R = 28.99%
G = 52.17%
B = 18.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.64

 K value IS 0.86

RGB Variations

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

Color information

#14240D (or 0x14240D) is known color: Black Forest. HEX triplet: 14, 24 and 0D. RGB value is (20,36,13). Sum of RGB (Red+Green+Blue) = 20+36+13=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 36 (14.45% from 255 or 52.17% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 36 - color contains mainly: green. Hex color #14240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14240D is #EBDBF2. Grayscale: #1C1C1C. Windows color (decimal): -15457267 or 861204. OLE color: 861204.

HSL color Cylindrical-coordinate representation of color #14240D: hue angle of 101.74º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #14240D is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 36 13 -
CMYK 0.44 0 0.64 0.86
HSL 101.74º 0.47% 0.1% -
HSV(B) 101.74º 0.64% 0.14% -
XYZ 0.99 1.44 0.61 -
YUV 28.59 119.2 121.87 -
System Red Green Blue C M Y K H S L
Decimal 20 36 13 0.44 0 0.64 0.86 101.74 0.47 0.1
Hex 14 24 D 2C 0 40 56 66 2F A
Octal 24 44 15 54 0 100 126 146 57 12
Binary 10100 100100 1101 101100 0 1000000 1010110 1100110 101111 1010

Color Harmonies of #14240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14240D

Black with #14240D

Text Example


Text Example

White with #14240D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14240D; }

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

 H1.HeaderClassName
 {
   color: #14240D;
 }
 .AnyTagClassName
 {
   color: #14240D;
 }
</style>

background-color css

<style>
 a { background-color: #14240D; }

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

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

border-color css

<style>
 span { border-color: #14240D; }

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

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