#182F35

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

Shades of Nordic #182F35

Tints of Nordic #182F35

Color information

#182F35 (or 0x182F35) is unknown color: approx Nordic. HEX triplet: 18, 2F and 35. RGB value is (24,47,53). Sum of RGB (Red+Green+Blue) = 24+47+53=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #182F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182F35 is #E7D0CA. Grayscale: #282828. Windows color (decimal): -15192267 or 3485464. OLE color: 3485464.

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

Color convert

RGB244753-
CMYK0.550.1100.79
HSL192.41º37.66%15.1%-
HSV(B)192.41º54.72%20.78%-
XYZ2.042.483.74-
YUV40.81134.88116.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 47 (18.75% from 255) = 37.90%
BLUE value IS 53 (21.09% from 255) = 42.74%
R=19.35%
G=37.90%
B=42.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2447530.550.1100.79192.4137.6615.1
Hex182F3537B04Fc026f
Octal305765671301173004617
Binary11000101111110101110111101101001111110000001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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