#184141

Color #184141 Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #184141

Tints of Tiber #184141

Color information

#184141 (or 0x184141) is unknown color: approx Tiber. HEX triplet: 18, 41 and 41. RGB value is (24,65,65). Sum of RGB (Red+Green+Blue) = 24+65+65=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #184141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184141 is #E7BEBE. Grayscale: #343434. Windows color (decimal): -15187647 or 4276504. OLE color: 4276504.

HSL color Cylindrical-coordinate representation of color #184141: hue angle of 180º 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 #184141 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB246565-
CMYK0.63000.75
HSL180º46.07%17.45%-
HSV(B)180º63.08%25.49%-
XYZ3.224.365.67-
YUV52.74134.92107.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 65 (25.78% from 255) = 42.21%
BLUE value IS 65 (25.78% from 255) = 42.21%
R=15.58%
G=42.21%
B=42.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465650.63000.7518046.0717.45
Hex1841413F004Bb42e11
Octal3010110177001132645621
Binary11000100000110000011111110010010111011010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184141; }

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

 H1.HeaderClassName
 {
   color: #184141;
 }
 .AnyTagClassName
 {
   color: #184141;
 }
</style>
background-color css

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

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

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

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

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

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