Html Css Color HEX #133921 Deep Fir

📋 copy color: '#133921'

red 19 ◦ green 57 ◦ blue 33

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

Shades of Deep Fir #133921

Tints of Deep Fir #133921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 52.29%

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

R = 17.43%
G = 52.29%
B = 30.28%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#133921 (or 0x133921) is known color: Deep Fir. HEX triplet: 13, 39 and 21. RGB value is (19,57,33). Sum of RGB (Red+Green+Blue) = 19+57+33=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 57 (22.66% from 255 or 52.29% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 57 - color contains mainly: green. Hex color #133921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133921 is #ECC6DE. Grayscale: #2A2A2A. Windows color (decimal): -15517407 or 2177299. OLE color: 2177299.

HSL color Cylindrical-coordinate representation of color #133921: hue angle of 142.11º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133921 is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB 19 57 33 -
CMYK 0.67 0 0.42 0.78
HSL 142.11º 0.5% 0.15% -
HSV(B) 142.11º 0.67% 0.22% -
XYZ 2.01 3.17 1.95 -
YUV 42.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 19 57 33 0.67 0 0.42 0.78 142.11 0.5 0.15
Hex 13 39 21 43 0 2A 4E 8E 32 F
Octal 23 71 41 103 0 52 116 216 62 17
Binary 10011 111001 100001 1000011 0 101010 1001110 10001110 110010 1111

Color Harmonies of #133921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133921

Black with #133921

Text Example


Text Example

White with #133921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133921; }

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

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

background-color css

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

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

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

border-color css

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

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

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