Html Css Color HEX #11331D Deep Fir

📋 copy color: '#11331D'

red 17 ◦ green 51 ◦ blue 29

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

Shades of Deep Fir #11331D

Tints of Deep Fir #11331D

RGB

 RED value IS 17 (7.03% from 255) = 17.53%

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

 BLUE value IS 29 (11.72% from 255) = 29.9%

R = 17.53%
G = 52.58%
B = 29.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#11331D (or 0x11331D) is known color: Deep Fir. HEX triplet: 11, 33 and 1D. RGB value is (17,51,29). Sum of RGB (Red+Green+Blue) = 17+51+29=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #11331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11331D is #EECCE2. Grayscale: #262626. Windows color (decimal): -15650019 or 1913617. OLE color: 1913617.

HSL color Cylindrical-coordinate representation of color #11331D: hue angle of 141.18º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11331D is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB 17 51 29 -
CMYK 0.67 0 0.43 0.8
HSL 141.18º 0.5% 0.13% -
HSV(B) 141.18º 0.67% 0.2% -
XYZ 1.64 2.58 1.57 -
YUV 38.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 17 51 29 0.67 0 0.43 0.8 141.18 0.5 0.13
Hex 11 33 1D 43 0 2B 50 8D 32 D
Octal 21 63 35 103 0 53 120 215 62 15
Binary 10001 110011 11101 1000011 0 101011 1010000 10001101 110010 1101

Color Harmonies of #11331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11331D

Black with #11331D

Text Example


Text Example

White with #11331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11331D; }

 p { color: rgb(17,51,29); }

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

background-color css

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

 a { background-color: rgb(17,51,29); }

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

border-color css

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

 span { border-color: rgb(17,51,29); }

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