Html Css Color HEX #184127 Deep Fir

📋 copy color: '#184127'

red 24 ◦ green 65 ◦ blue 39

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

Shades of Deep Fir #184127

Tints of Deep Fir #184127

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50.78%

 BLUE value IS 39 (15.63% from 255) = 30.47%

R = 18.75%
G = 50.78%
B = 30.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#184127 (or 0x184127) is known color: Deep Fir. HEX triplet: 18, 41 and 27. RGB value is (24,65,39). Sum of RGB (Red+Green+Blue) = 24+65+39=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #184127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184127 is #E7BED8. Grayscale: #313131. Windows color (decimal): -15187673 or 2572568. OLE color: 2572568.

HSL color Cylindrical-coordinate representation of color #184127: hue angle of 141.95º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #184127 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB 24 65 39 -
CMYK 0.63 0 0.40 0.75
HSL 141.95º 0.46% 0.17% -
HSV(B) 141.95º 0.63% 0.25% -
XYZ 2.63 4.12 2.58 -
YUV 49.78 121.92 109.61 -
System Red Green Blue C M Y K H S L
Decimal 24 65 39 0.63 0 0.40 0.75 141.95 0.46 0.17
Hex 18 41 27 3F 0 28 4B 8E 2E 11
Octal 30 101 47 77 0 50 113 216 56 21
Binary 11000 1000001 100111 111111 0 101000 1001011 10001110 101110 10001

Color Harmonies of #184127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184127

Black with #184127

Text Example


Text Example

White with #184127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184127; }

 p { color: rgb(24,65,39); }

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

background-color css

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

 a { background-color: rgb(24,65,39); }

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

border-color css

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

 span { border-color: rgb(24,65,39); }

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