#183535

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

Shades of Nordic #183535

Tints of Nordic #183535

Color information

#183535 (or 0x183535) is unknown color: approx Nordic. HEX triplet: 18, 35 and 35. RGB value is (24,53,53). Sum of RGB (Red+Green+Blue) = 24+53+53=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #183535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183535 is #E7CACA. Grayscale: #2C2C2C. Windows color (decimal): -15190731 or 3487000. OLE color: 3487000.

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

Color convert

RGB245353-
CMYK0.55000.79
HSL180º37.66%15.1%-
HSV(B)180º54.72%20.78%-
XYZ2.2933.83-
YUV44.33132.89113.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 53 (21.09% from 255) = 40.77%
R=18.46%
G=40.77%
B=40.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2453530.55000.7918037.6615.1
Hex18353537004Fb426f
Octal30656567001172644617
Binary11000110101110101110111001001111101101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183535; }

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

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

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

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

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

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

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

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