#183133

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

Shades of Nordic #183133

Tints of Nordic #183133

Color information

#183133 (or 0x183133) is unknown color: approx Nordic. HEX triplet: 18, 31 and 33. RGB value is (24,49,51). Sum of RGB (Red+Green+Blue) = 24+49+51=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 51 - color contains mainly: blue. Hex color #183133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183133 is #E7CECC. Grayscale: #292929. Windows color (decimal): -15191757 or 3354904. OLE color: 3354904.

HSL color Cylindrical-coordinate representation of color #183133: hue angle of 184.44º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #183133 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB244951-
CMYK0.530.0400.8
HSL184.44º36%14.71%-
HSV(B)184.44º52.94%20%-
XYZ2.072.633.53-
YUV41.75133.22115.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 51 (20.31% from 255) = 41.13%
R=19.35%
G=39.52%
B=41.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2449510.530.0400.8184.443614.71
Hex183133354050b824f
Octal30616365401202704417
Binary1100011000111001111010110001010000101110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183133; }

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

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

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

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

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

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

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

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