Html Css Color HEX #184221 Deep Fir

📋 copy color: '#184221'

red 24 ◦ green 66 ◦ blue 33

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

Shades of Deep Fir #184221

Tints of Deep Fir #184221

RGB

 RED value IS 24 (9.77% from 255) = 19.51%

 GREEN value IS 66 (26.17% from 255) = 53.66%

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

R = 19.51%
G = 53.66%
B = 26.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#184221 (or 0x184221) is known color: Deep Fir. HEX triplet: 18, 42 and 21. RGB value is (24,66,33). Sum of RGB (Red+Green+Blue) = 24+66+33=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #184221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184221 is #E7BDDE. Grayscale: #313131. Windows color (decimal): -15187423 or 2179608. OLE color: 2179608.

HSL color Cylindrical-coordinate representation of color #184221: hue angle of 132.86º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #184221 is Cyan = 0.64, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 24 66 33 -
CMYK 0.64 0 0.5 0.74
HSL 132.86º 0.47% 0.18% -
HSV(B) 132.86º 0.64% 0.26% -
XYZ 2.6 4.2 2.11 -
YUV 49.68 118.59 109.68 -
System Red Green Blue C M Y K H S L
Decimal 24 66 33 0.64 0 0.5 0.74 132.86 0.47 0.18
Hex 18 42 21 40 0 32 4A 85 2F 12
Octal 30 102 41 100 0 62 112 205 57 22
Binary 11000 1000010 100001 1000000 0 110010 1001010 10000101 101111 10010

Color Harmonies of #184221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184221

Black with #184221

Text Example


Text Example

White with #184221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184221; }

 p { color: rgb(24,66,33); }

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

background-color css

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

 a { background-color: rgb(24,66,33); }

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

border-color css

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

 span { border-color: rgb(24,66,33); }

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