Html Css Color HEX #133320 Deep Fir

📋 copy color: '#133320'

red 19 ◦ green 51 ◦ blue 32

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

Shades of Deep Fir #133320

Tints of Deep Fir #133320

RGB

 RED value IS 19 (7.81% from 255) = 18.63%

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

 BLUE value IS 32 (12.89% from 255) = 31.37%

R = 18.63%
G = 50%
B = 31.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#133320 (or 0x133320) is known color: Deep Fir. HEX triplet: 13, 33 and 20. RGB value is (19,51,32). Sum of RGB (Red+Green+Blue) = 19+51+32=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #133320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133320 is #ECCCDF. Grayscale: #272727. Windows color (decimal): -15518944 or 2110227. OLE color: 2110227.

HSL color Cylindrical-coordinate representation of color #133320: hue angle of 144.38º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133320 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 51 32 -
CMYK 0.63 0 0.37 0.8
HSL 144.38º 0.46% 0.14% -
HSV(B) 144.38º 0.63% 0.2% -
XYZ 1.71 2.61 1.78 -
YUV 39.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 19 51 32 0.63 0 0.37 0.8 144.38 0.46 0.14
Hex 13 33 20 3F 0 25 50 90 2E E
Octal 23 63 40 77 0 45 120 220 56 16
Binary 10011 110011 100000 111111 0 100101 1010000 10010000 101110 1110

Color Harmonies of #133320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133320

Black with #133320

Text Example


Text Example

White with #133320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133320; }

 p { color: rgb(19,51,32); }

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

background-color css

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

 a { background-color: rgb(19,51,32); }

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

border-color css

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

 span { border-color: rgb(19,51,32); }

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