#18383E

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

Shades of Nordic #18383E

Tints of Nordic #18383E

Color information

#18383E (or 0x18383E) is unknown color: approx Nordic. HEX triplet: 18, 38 and 3E. RGB value is (24,56,62). Sum of RGB (Red+Green+Blue) = 24+56+62=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 62 - color contains mainly: blue. Hex color #18383E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18383E is #E7C7C1. Grayscale: #2F2F2F. Windows color (decimal): -15189954 or 4077592. OLE color: 4077592.

HSL color Cylindrical-coordinate representation of color #18383E: hue angle of 189.47º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18383E is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB245662-
CMYK0.610.1000.76
HSL189.47º44.19%16.86%-
HSV(B)189.47º61.29%24.31%-
XYZ2.663.375.07-
YUV47.12136.4111.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.90%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 62 (24.61% from 255) = 43.66%
R=16.90%
G=39.44%
B=43.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2456620.610.1000.76189.4744.1916.86
Hex18383E3DA04Cbd2c11
Octal307076751201142755421
Binary110001110001111101111011010010011001011110110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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