Html Css Color HEX #14270B Black Forest

📋 copy color: '#14270B'

red 20 ◦ green 39 ◦ blue 11

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

Shades of Black Forest #14270B

Tints of Black Forest #14270B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 55.71%

 BLUE value IS 11 (4.69% from 255) = 15.71%

R = 28.57%
G = 55.71%
B = 15.71%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.72

 K value IS 0.85

RGB Variations

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

Color information

#14270B (or 0x14270B) is known color: Black Forest. HEX triplet: 14, 27 and 0B. RGB value is (20,39,11). Sum of RGB (Red+Green+Blue) = 20+39+11=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 39 (15.62% from 255 or 55.71% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 39 - color contains mainly: green. Hex color #14270B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #14270B is #EBD8F4. Grayscale: #1E1E1E. Windows color (decimal): -15456501 or 730900. OLE color: 730900.

HSL color Cylindrical-coordinate representation of color #14270B: hue angle of 100.71º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14270B is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 39 11 -
CMYK 0.49 0 0.72 0.85
HSL 100.71º 0.56% 0.1% -
HSV(B) 100.71º 0.72% 0.15% -
XYZ 1.07 1.62 0.57 -
YUV 30.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 20 39 11 0.49 0 0.72 0.85 100.71 0.56 0.1
Hex 14 27 B 31 0 48 55 65 38 A
Octal 24 47 13 61 0 110 125 145 70 12
Binary 10100 100111 1011 110001 0 1001000 1010101 1100101 111000 1010

Color Harmonies of #14270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14270B

Black with #14270B

Text Example


Text Example

White with #14270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14270B; }

 p { color: rgb(20,39,11); }

 H1.HeaderClassName
 {
   color: #14270B;
 }
 .AnyTagClassName
 {
   color: #14270B;
 }
</style>

background-color css

<style>
 a { background-color: #14270B; }

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

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

border-color css

<style>
 span { border-color: #14270B; }

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

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