Html Css Color HEX #1B3E21 Deep Fir

📋 copy color: '#1B3E21'

red 27 ◦ green 62 ◦ blue 33

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

Shades of Deep Fir #1B3E21

Tints of Deep Fir #1B3E21

RGB

 RED value IS 27 (10.94% from 255) = 22.13%

 GREEN value IS 62 (24.61% from 255) = 50.82%

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

R = 22.13%
G = 50.82%
B = 27.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.76

RGB Variations

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

Color information

#1B3E21 (or 0x1B3E21) is known color: Deep Fir. HEX triplet: 1B, 3E and 21. RGB value is (27,62,33). Sum of RGB (Red+Green+Blue) = 27+62+33=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 62 (24.61% from 255 or 50.82% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 62 - color contains mainly: green. Hex color #1B3E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3E21 is #E4C1DE. Grayscale: #303030. Windows color (decimal): -14991839 or 2178587. OLE color: 2178587.

HSL color Cylindrical-coordinate representation of color #1B3E21: hue angle of 130.29º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B3E21 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.

Color convert

RGB 27 62 33 -
CMYK 0.56 0 0.47 0.76
HSL 130.29º 0.39% 0.17% -
HSV(B) 130.29º 0.56% 0.24% -
XYZ 2.45 3.79 2.04 -
YUV 48.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 27 62 33 0.56 0 0.47 0.76 130.29 0.39 0.17
Hex 1B 3E 21 38 0 2F 4C 82 27 11
Octal 33 76 41 70 0 57 114 202 47 21
Binary 11011 111110 100001 111000 0 101111 1001100 10000010 100111 10001

Color Harmonies of #1B3E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3E21

Black with #1B3E21

Text Example


Text Example

White with #1B3E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B3E21; }

 p { color: rgb(27,62,33); }

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

background-color css

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

 a { background-color: rgb(27,62,33); }

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

border-color css

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

 span { border-color: rgb(27,62,33); }

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