#183336

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

Shades of Nordic #183336

Tints of Nordic #183336

Color information

#183336 (or 0x183336) is unknown color: approx Nordic. HEX triplet: 18, 33 and 36. RGB value is (24,51,54). Sum of RGB (Red+Green+Blue) = 24+51+54=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 54 (21.48% from 255 or 41.86% from 129); Max value from RGB is 54 - color contains mainly: blue. Hex color #183336 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183336 is #E7CCC9. Grayscale: #2B2B2B. Windows color (decimal): -15191242 or 3552024. OLE color: 3552024.

HSL color Cylindrical-coordinate representation of color #183336: hue angle of 186º 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 #183336 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB245154-
CMYK0.560.0600.79
HSL186º38.46%15.29%-
HSV(B)186º55.56%21.18%-
XYZ2.232.833.92-
YUV43.27134.05114.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.60%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 54 (21.48% from 255) = 41.86%
R=18.60%
G=39.53%
B=41.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2451540.560.0600.7918638.4615.29
Hex18333638604Fba26f
Octal30636670601172724617
Binary1100011001111011011100011001001111101110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183336; }

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

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

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

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

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

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

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

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