Html Css Color HEX #11331B Deep Fir

📋 copy color: '#11331B'

red 17 ◦ green 51 ◦ blue 27

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

Shades of Deep Fir #11331B

Tints of Deep Fir #11331B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 28.42%

R = 17.89%
G = 53.68%
B = 28.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.47

 K value IS 0.8

RGB Variations

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

Color information

#11331B (or 0x11331B) is known color: Deep Fir. HEX triplet: 11, 33 and 1B. RGB value is (17,51,27). Sum of RGB (Red+Green+Blue) = 17+51+27=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #11331B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11331B is #EECCE4. Grayscale: #262626. Windows color (decimal): -15650021 or 1782545. OLE color: 1782545.

HSL color Cylindrical-coordinate representation of color #11331B: hue angle of 137.65º 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 #11331B is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.

Color convert

RGB 17 51 27 -
CMYK 0.67 0 0.47 0.8
HSL 137.65º 0.5% 0.13% -
HSV(B) 137.65º 0.67% 0.2% -
XYZ 1.61 2.57 1.45 -
YUV 38.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 17 51 27 0.67 0 0.47 0.8 137.65 0.5 0.13
Hex 11 33 1B 43 0 2F 50 8A 32 D
Octal 21 63 33 103 0 57 120 212 62 15
Binary 10001 110011 11011 1000011 0 101111 1010000 10001010 110010 1101

Color Harmonies of #11331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11331B

Black with #11331B

Text Example


Text Example

White with #11331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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