#18363B

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

Shades of Nordic #18363B

Tints of Nordic #18363B

Color information

#18363B (or 0x18363B) is unknown color: approx Nordic. HEX triplet: 18, 36 and 3B. RGB value is (24,54,59). Sum of RGB (Red+Green+Blue) = 24+54+59=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 54 (21.48% from 255 or 39.42% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 59 - color contains mainly: blue. Hex color #18363B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18363B is #E7C9C4. Grayscale: #2D2D2D. Windows color (decimal): -15190469 or 3880472. OLE color: 3880472.

HSL color Cylindrical-coordinate representation of color #18363B: hue angle of 188.57º degrees, saturation: 0.42, 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 #18363B is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB245459-
CMYK0.590.0800.77
HSL188.57º42.17%16.27%-
HSV(B)188.57º59.32%23.14%-
XYZ2.493.154.61-
YUV45.6135.56112.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 54 (21.48% from 255) = 39.42%
BLUE value IS 59 (23.44% from 255) = 43.07%
R=17.52%
G=39.42%
B=43.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2454590.590.0800.77188.5742.1716.27
Hex18363B3B804Dbd2a10
Octal306673731001152755220
Binary110001101101110111110111000010011011011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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