Html Css Color HEX #133821 Deep Fir

📋 copy color: '#133821'

red 19 ◦ green 56 ◦ blue 33

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

Shades of Deep Fir #133821

Tints of Deep Fir #133821

RGB

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

 GREEN value IS 56 (22.27% from 255) = 51.85%

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

R = 17.59%
G = 51.85%
B = 30.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#133821 (or 0x133821) is known color: Deep Fir. HEX triplet: 13, 38 and 21. RGB value is (19,56,33). Sum of RGB (Red+Green+Blue) = 19+56+33=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #133821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133821 is #ECC7DE. Grayscale: #2A2A2A. Windows color (decimal): -15517663 or 2177043. OLE color: 2177043.

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

Color convert

RGB 19 56 33 -
CMYK 0.66 0 0.41 0.78
HSL 142.7º 0.49% 0.15% -
HSV(B) 142.7º 0.66% 0.22% -
XYZ 1.96 3.08 1.93 -
YUV 42.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 19 56 33 0.66 0 0.41 0.78 142.7 0.49 0.15
Hex 13 38 21 42 0 29 4E 8F 31 F
Octal 23 70 41 102 0 51 116 217 61 17
Binary 10011 111000 100001 1000010 0 101001 1001110 10001111 110001 1111

Color Harmonies of #133821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133821

Black with #133821

Text Example


Text Example

White with #133821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133821; }

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

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

background-color css

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

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

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

border-color css

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

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

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