#182F32

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

Shades of Nordic #182F32

Tints of Nordic #182F32

Color information

#182F32 (or 0x182F32) is unknown color: approx Nordic. HEX triplet: 18, 2F and 32. RGB value is (24,47,50). Sum of RGB (Red+Green+Blue) = 24+47+50=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 50 - color contains mainly: blue. Hex color #182F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F32 is #E7D0CD. Grayscale: #282828. Windows color (decimal): -15192270 or 3288856. OLE color: 3288856.

HSL color Cylindrical-coordinate representation of color #182F32: hue angle of 186.92º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #182F32 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB244750-
CMYK0.520.0600.80
HSL186.92º35.14%14.51%-
HSV(B)186.92º52%19.61%-
XYZ1.972.463.39-
YUV40.47133.38116.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 47 (18.75% from 255) = 38.84%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=19.83%
G=38.84%
B=41.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2447500.520.0600.80186.9235.1414.51
Hex182F32346050bb23f
Octal30576264601202734317
Binary1100010111111001011010011001010000101110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182F32; }

 p { color: rgb(24,47,50); }

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

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

 a { background-color: rgb(24,47,50); }

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

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

 span { border-color: rgb(24,47,50); }

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