#18363C

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

Shades of Nordic #18363C

Tints of Nordic #18363C

Color information

#18363C (or 0x18363C) is unknown color: approx Nordic. HEX triplet: 18, 36 and 3C. RGB value is (24,54,60). Sum of RGB (Red+Green+Blue) = 24+54+60=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 54 (21.48% from 255 or 39.13% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 60 - color contains mainly: blue. Hex color #18363C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18363C is #E7C9C3. Grayscale: #2D2D2D. Windows color (decimal): -15190468 or 3946008. OLE color: 3946008.

HSL color Cylindrical-coordinate representation of color #18363C: hue angle of 190º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18363C is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB245460-
CMYK0.600.1000.76
HSL190º42.86%16.47%-
HSV(B)190º60%23.53%-
XYZ2.513.164.75-
YUV45.71136.06112.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.39%
GREEN value IS 54 (21.48% from 255) = 39.13%
BLUE value IS 60 (23.83% from 255) = 43.48%
R=17.39%
G=39.13%
B=43.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2454600.600.1000.7619042.8616.47
Hex18363C3CA04Cbe2b10
Octal306674741201142765320
Binary110001101101111001111001010010011001011111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18363C; }

 p { color: rgb(24,54,60); }

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

<style>
 a { background-color: #18363C; }

 a { background-color: rgb(24,54,60); }

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

<style>
 span { border-color: #18363C; }

 span { border-color: rgb(24,54,60); }

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