Html Css Color HEX #14230D Black Forest

📋 copy color: '#14230D'

red 20 ◦ green 35 ◦ blue 13

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

Shades of Black Forest #14230D

Tints of Black Forest #14230D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 51.47%

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

R = 29.41%
G = 51.47%
B = 19.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#14230D (or 0x14230D) is known color: Black Forest. HEX triplet: 14, 23 and 0D. RGB value is (20,35,13). Sum of RGB (Red+Green+Blue) = 20+35+13=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 35 (14.06% from 255 or 51.47% from 68); Blue value is 13 (5.47% from 255 or 19.12% from 68); Max value from RGB is 35 - color contains mainly: green. Hex color #14230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14230D is #EBDCF2. Grayscale: #1C1C1C. Windows color (decimal): -15457523 or 860948. OLE color: 860948.

HSL color Cylindrical-coordinate representation of color #14230D: hue angle of 100.91º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #14230D is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 35 13 -
CMYK 0.43 0 0.63 0.86
HSL 100.91º 0.46% 0.09% -
HSV(B) 100.91º 0.63% 0.14% -
XYZ 0.96 1.38 0.6 -
YUV 28.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 20 35 13 0.43 0 0.63 0.86 100.91 0.46 0.09
Hex 14 23 D 2B 0 3F 56 65 2E 9
Octal 24 43 15 53 0 77 126 145 56 11
Binary 10100 100011 1101 101011 0 111111 1010110 1100101 101110 1001

Color Harmonies of #14230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14230D

Black with #14230D

Text Example


Text Example

White with #14230D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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