#18353A

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

Shades of Nordic #18353A

Tints of Nordic #18353A

Color information

#18353A (or 0x18353A) is unknown color: approx Nordic. HEX triplet: 18, 35 and 3A. RGB value is (24,53,58). Sum of RGB (Red+Green+Blue) = 24+53+58=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 53 (21.09% from 255 or 39.26% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 58 - color contains mainly: blue. Hex color #18353A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18353A is #E7CAC5. Grayscale: #2C2C2C. Windows color (decimal): -15190726 or 3814680. OLE color: 3814680.

HSL color Cylindrical-coordinate representation of color #18353A: hue angle of 188.82º 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 #18353A is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB245358-
CMYK0.590.0900.77
HSL188.82º41.46%16.08%-
HSV(B)188.82º58.62%22.75%-
XYZ2.413.054.46-
YUV44.9135.39113.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.78%
GREEN value IS 53 (21.09% from 255) = 39.26%
BLUE value IS 58 (23.05% from 255) = 42.96%
R=17.78%
G=39.26%
B=42.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2453580.590.0900.77188.8241.4616.08
Hex18353A3B904Dbd2910
Octal306572731101152755120
Binary110001101011110101110111001010011011011110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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