#183035

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

Shades of Nordic #183035

Tints of Nordic #183035

Color information

#183035 (or 0x183035) is unknown color: approx Nordic. HEX triplet: 18, 30 and 35. RGB value is (24,48,53). Sum of RGB (Red+Green+Blue) = 24+48+53=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 53 - color contains mainly: blue. Hex color #183035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183035 is #E7CFCA. Grayscale: #292929. Windows color (decimal): -15192011 or 3485720. OLE color: 3485720.

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

Color convert

RGB244853-
CMYK0.550.0900.79
HSL190.34º37.66%15.1%-
HSV(B)190.34º54.72%20.78%-
XYZ2.082.573.75-
YUV41.39134.55115.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 53 (21.09% from 255) = 42.4%
R=19.2%
G=38.4%
B=42.4%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2448530.550.0900.79190.3437.6615.1
Hex18303537904Fbe26f
Octal306065671101172764617
Binary11000110000110101110111100101001111101111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183035; }

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

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

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

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

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

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

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

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