Html Css Color HEX #133421 Deep Fir

📋 copy color: '#133421'

red 19 ◦ green 52 ◦ blue 33

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

Shades of Deep Fir #133421

Tints of Deep Fir #133421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 50%

 BLUE value IS 33 (13.28% from 255) = 31.73%

R = 18.27%
G = 50%
B = 31.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#133421 (or 0x133421) is known color: Deep Fir. HEX triplet: 13, 34 and 21. RGB value is (19,52,33). Sum of RGB (Red+Green+Blue) = 19+52+33=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #133421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133421 is #ECCBDE. Grayscale: #282828. Windows color (decimal): -15518687 or 2176019. OLE color: 2176019.

HSL color Cylindrical-coordinate representation of color #133421: hue angle of 145.45º 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 #133421 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 33 -
CMYK 0.63 0 0.37 0.80
HSL 145.45º 0.46% 0.14% -
HSV(B) 145.45º 0.63% 0.2% -
XYZ 1.77 2.7 1.87 -
YUV 39.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 19 52 33 0.63 0 0.37 0.80 145.45 0.46 0.14
Hex 13 34 21 3F 0 25 50 91 2E E
Octal 23 64 41 77 0 45 120 221 56 16
Binary 10011 110100 100001 111111 0 100101 1010000 10010001 101110 1110

Color Harmonies of #133421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133421

Black with #133421

Text Example


Text Example

White with #133421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133421; }

 p { color: rgb(19,52,33); }

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

background-color css

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

 a { background-color: rgb(19,52,33); }

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

border-color css

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

 span { border-color: rgb(19,52,33); }

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