#183036

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

Shades of Nordic #183036

Tints of Nordic #183036

Color information

#183036 (or 0x183036) is unknown color: approx Nordic. HEX triplet: 18, 30 and 36. RGB value is (24,48,54). Sum of RGB (Red+Green+Blue) = 24+48+54=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 54 - color contains mainly: blue. Hex color #183036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183036 is #E7CFC9. Grayscale: #292929. Windows color (decimal): -15192010 or 3551256. OLE color: 3551256.

HSL color Cylindrical-coordinate representation of color #183036: hue angle of 192º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #183036 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB244854-
CMYK0.560.1100.79
HSL192º38.46%15.29%-
HSV(B)192º55.56%21.18%-
XYZ2.12.573.88-
YUV41.51135.05115.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 54 (21.48% from 255) = 42.86%
R=19.05%
G=38.10%
B=42.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2448540.560.1100.7919238.4615.29
Hex18303638B04Fc026f
Octal306066701301173004617
Binary11000110000110110111000101101001111110000001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183036; }

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

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

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

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

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

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

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

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