#183135

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

Shades of Nordic #183135

Tints of Nordic #183135

Color information

#183135 (or 0x183135) is unknown color: approx Nordic. HEX triplet: 18, 31 and 35. RGB value is (24,49,53). Sum of RGB (Red+Green+Blue) = 24+49+53=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 53 - color contains mainly: blue. Hex color #183135 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183135 is #E7CECA. Grayscale: #292929. Windows color (decimal): -15191755 or 3485976. OLE color: 3485976.

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

Color convert

RGB244953-
CMYK0.550.0800.79
HSL188.28º37.66%15.1%-
HSV(B)188.28º54.72%20.78%-
XYZ2.122.653.77-
YUV41.98134.22115.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 53 (21.09% from 255) = 42.06%
R=19.05%
G=38.89%
B=42.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2449530.550.0800.79188.2837.6615.1
Hex18313537804Fbc26f
Octal306165671001172744617
Binary11000110001110101110111100001001111101111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183135; }

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

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

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

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

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

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

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

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