#183F42

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

Shades of Tiber #183F42

Tints of Tiber #183F42

Color information

#183F42 (or 0x183F42) is unknown color: approx Tiber. HEX triplet: 18, 3F and 42. RGB value is (24,63,66). Sum of RGB (Red+Green+Blue) = 24+63+66=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 66 - color contains mainly: blue. Hex color #183F42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183F42 is #E7C0BD. Grayscale: #333333. Windows color (decimal): -15188158 or 4341528. OLE color: 4341528.

HSL color Cylindrical-coordinate representation of color #183F42: hue angle of 184.29º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #183F42 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB246366-
CMYK0.640.0500.74
HSL184.29º46.67%17.65%-
HSV(B)184.29º63.64%25.88%-
XYZ3.144.145.79-
YUV51.68136.08108.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 63 (25% from 255) = 41.18%
BLUE value IS 66 (26.17% from 255) = 43.14%
R=15.69%
G=41.18%
B=43.14%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2463660.640.0500.74184.2946.6717.65
Hex183F4240504Ab82f12
Octal3077102100501122705722
Binary1100011111110000101000000101010010101011100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183F42; }

 p { color: rgb(24,63,66); }

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

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

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

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

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

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

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