Html Css Color HEX #183825 Deep Fir

📋 copy color: '#183825'

red 24 ◦ green 56 ◦ blue 37

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

Shades of Deep Fir #183825

Tints of Deep Fir #183825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 31.62%

R = 20.51%
G = 47.86%
B = 31.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#183825 (or 0x183825) is known color: Deep Fir. HEX triplet: 18, 38 and 25. RGB value is (24,56,37). Sum of RGB (Red+Green+Blue) = 24+56+37=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #183825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183825 is #E7C7DA. Grayscale: #2C2C2C. Windows color (decimal): -15189979 or 2439192. OLE color: 2439192.

HSL color Cylindrical-coordinate representation of color #183825: hue angle of 144.38º 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 #183825 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 24 56 37 -
CMYK 0.57 0 0.34 0.78
HSL 144.38º 0.4% 0.16% -
HSV(B) 144.38º 0.57% 0.22% -
XYZ 2.12 3.16 2.25 -
YUV 44.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 24 56 37 0.57 0 0.34 0.78 144.38 0.4 0.16
Hex 18 38 25 39 0 22 4E 90 28 10
Octal 30 70 45 71 0 42 116 220 50 20
Binary 11000 111000 100101 111001 0 100010 1001110 10010000 101000 10000

Color Harmonies of #183825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183825

Black with #183825

Text Example


Text Example

White with #183825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183825; }

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

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

background-color css

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

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

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

border-color css

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

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

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