Html Css Color HEX #183821 Deep Fir

📋 copy color: '#183821'

red 24 ◦ green 56 ◦ blue 33

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

Shades of Deep Fir #183821

Tints of Deep Fir #183821

RGB

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

 GREEN value IS 56 (22.27% from 255) = 49.56%

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

R = 21.24%
G = 49.56%
B = 29.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.78

RGB Variations

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

Color information

#183821 (or 0x183821) is known color: Deep Fir. HEX triplet: 18, 38 and 21. RGB value is (24,56,33). Sum of RGB (Red+Green+Blue) = 24+56+33=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 56 (22.27% from 255 or 49.56% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 56 - color contains mainly: green. Hex color #183821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183821 is #E7C7DE. Grayscale: #2B2B2B. Windows color (decimal): -15189983 or 2177048. OLE color: 2177048.

HSL color Cylindrical-coordinate representation of color #183821: hue angle of 136.88º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #183821 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 56 33 -
CMYK 0.57 0 0.41 0.78
HSL 136.88º 0.4% 0.16% -
HSV(B) 136.88º 0.57% 0.22% -
XYZ 2.07 3.13 1.93 -
YUV 43.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 24 56 33 0.57 0 0.41 0.78 136.88 0.4 0.16
Hex 18 38 21 39 0 29 4E 89 28 10
Octal 30 70 41 71 0 51 116 211 50 20
Binary 11000 111000 100001 111001 0 101001 1001110 10001001 101000 10000

Color Harmonies of #183821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183821

Black with #183821

Text Example


Text Example

White with #183821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183821; }

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

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

background-color css

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

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

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

border-color css

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

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

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