#18383A

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

Shades of Nordic #18383A

Tints of Nordic #18383A

Color information

#18383A (or 0x18383A) is unknown color: approx Nordic. HEX triplet: 18, 38 and 3A. RGB value is (24,56,58). Sum of RGB (Red+Green+Blue) = 24+56+58=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 58 - color contains mainly: blue. Hex color #18383A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18383A is #E7C7C5. Grayscale: #2E2E2E. Windows color (decimal): -15189958 or 3815448. OLE color: 3815448.

HSL color Cylindrical-coordinate representation of color #18383A: hue angle of 183.53º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18383A is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB245658-
CMYK0.590.0300.77
HSL183.53º41.46%16.08%-
HSV(B)183.53º58.62%22.75%-
XYZ2.553.334.51-
YUV46.66134.4111.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 56 (22.27% from 255) = 40.58%
BLUE value IS 58 (23.05% from 255) = 42.03%
R=17.39%
G=40.58%
B=42.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2456580.590.0300.77183.5341.4616.08
Hex18383A3B304Db82910
Octal30707273301152705120
Binary1100011100011101011101111010011011011100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18383A; }

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

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

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

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

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

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

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

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