Html Css Color HEX #133A1C Deep Fir

📋 copy color: '#133A1C'

red 19 ◦ green 58 ◦ blue 28

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

Shades of Deep Fir #133A1C

Tints of Deep Fir #133A1C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 55.24%

 BLUE value IS 28 (11.33% from 255) = 26.67%

R = 18.1%
G = 55.24%
B = 26.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.52

 K value IS 0.77

RGB Variations

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

Color information

#133A1C (or 0x133A1C) is known color: Deep Fir. HEX triplet: 13, 3A and 1C. RGB value is (19,58,28). Sum of RGB (Red+Green+Blue) = 19+58+28=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 58 (23.05% from 255 or 55.24% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 58 - color contains mainly: green. Hex color #133A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A1C is #ECC5E3. Grayscale: #2B2B2B. Windows color (decimal): -15517156 or 1849875. OLE color: 1849875.

HSL color Cylindrical-coordinate representation of color #133A1C: hue angle of 133.85º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #133A1C is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.

Color convert

RGB 19 58 28 -
CMYK 0.67 0 0.52 0.77
HSL 133.85º 0.51% 0.15% -
HSV(B) 133.85º 0.67% 0.23% -
XYZ 1.99 3.25 1.62 -
YUV 42.92 119.58 110.94 -
System Red Green Blue C M Y K H S L
Decimal 19 58 28 0.67 0 0.52 0.77 133.85 0.51 0.15
Hex 13 3A 1C 43 0 34 4D 86 33 F
Octal 23 72 34 103 0 64 115 206 63 17
Binary 10011 111010 11100 1000011 0 110100 1001101 10000110 110011 1111

Color Harmonies of #133A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133A1C

Black with #133A1C

Text Example


Text Example

White with #133A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133A1C; }

 p { color: rgb(19,58,28); }

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

background-color css

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

 a { background-color: rgb(19,58,28); }

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

border-color css

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

 span { border-color: rgb(19,58,28); }

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