#183235

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

Shades of Nordic #183235

Tints of Nordic #183235

Color information

#183235 (or 0x183235) is unknown color: approx Nordic. HEX triplet: 18, 32 and 35. RGB value is (24,50,53). Sum of RGB (Red+Green+Blue) = 24+50+53=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 53 - color contains mainly: blue. Hex color #183235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183235 is #E7CDCA. Grayscale: #2A2A2A. Windows color (decimal): -15191499 or 3486232. OLE color: 3486232.

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

Color convert

RGB245053-
CMYK0.550.0600.79
HSL186.21º37.66%15.1%-
HSV(B)186.21º54.72%20.78%-
XYZ2.162.733.78-
YUV42.57133.89114.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.90%
GREEN value IS 50 (19.92% from 255) = 39.37%
BLUE value IS 53 (21.09% from 255) = 41.73%
R=18.90%
G=39.37%
B=41.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2450530.550.0600.79186.2137.6615.1
Hex18323537604Fba26f
Octal30626567601172724617
Binary1100011001011010111011111001001111101110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183235; }

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

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

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

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

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

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

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

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