Html Css Color HEX #14331B Deep Fir

📋 copy color: '#14331B'

red 20 ◦ green 51 ◦ blue 27

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

Shades of Deep Fir #14331B

Tints of Deep Fir #14331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 52.04%

 BLUE value IS 27 (10.94% from 255) = 27.55%

R = 20.41%
G = 52.04%
B = 27.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.47

 K value IS 0.8

RGB Variations

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

Color information

#14331B (or 0x14331B) is known color: Deep Fir. HEX triplet: 14, 33 and 1B. RGB value is (20,51,27). Sum of RGB (Red+Green+Blue) = 20+51+27=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #14331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14331B is #EBCCE4. Grayscale: #272727. Windows color (decimal): -15453413 or 1782548. OLE color: 1782548.

HSL color Cylindrical-coordinate representation of color #14331B: hue angle of 133.55º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #14331B is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 51 27 -
CMYK 0.61 0 0.47 0.8
HSL 133.55º 0.44% 0.14% -
HSV(B) 133.55º 0.61% 0.2% -
XYZ 1.67 2.6 1.45 -
YUV 39 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 20 51 27 0.61 0 0.47 0.8 133.55 0.44 0.14
Hex 14 33 1B 3D 0 2F 50 86 2C E
Octal 24 63 33 75 0 57 120 206 54 16
Binary 10100 110011 11011 111101 0 101111 1010000 10000110 101100 1110

Color Harmonies of #14331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14331B

Black with #14331B

Text Example


Text Example

White with #14331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,51,27); }

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

background-color css

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

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

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

border-color css

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

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

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