#18474B

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

Shades of Tiber #18474B

Tints of Tiber #18474B

Color information

#18474B (or 0x18474B) is unknown color: approx Tiber. HEX triplet: 18, 47 and 4B. RGB value is (24,71,75). Sum of RGB (Red+Green+Blue) = 24+71+75=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #18474B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18474B is #E7B8B4. Grayscale: #393939. Windows color (decimal): -15186101 or 4933400. OLE color: 4933400.

HSL color Cylindrical-coordinate representation of color #18474B: hue angle of 184.71º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18474B is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB247175-
CMYK0.680.0500.71
HSL184.71º51.52%19.41%-
HSV(B)184.71º68%29.41%-
XYZ3.95.217.46-
YUV57.4137.93104.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.12%
GREEN value IS 71 (28.12% from 255) = 41.76%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=14.12%
G=41.76%
B=44.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2471750.680.0500.71184.7151.5219.41
Hex18474B445047b93413
Octal30107113104501072716423
Binary11000100011110010111000100101010001111011100111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18474B; }

 p { color: rgb(24,71,75); }

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

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

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

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

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

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

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