#113535

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

Shades of Nordic #113535

Tints of Nordic #113535

Color information

#113535 (or 0x113535) is unknown color: approx Nordic. HEX triplet: 11, 35 and 35. RGB value is (17,53,53). Sum of RGB (Red+Green+Blue) = 17+53+53=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #113535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113535 is #EECACA. Grayscale: #2A2A2A. Windows color (decimal): -15649483 or 3486993. OLE color: 3486993.

HSL color Cylindrical-coordinate representation of color #113535: hue angle of 180º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #113535 is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB175353-
CMYK0.68000.79
HSL180º51.43%13.73%-
HSV(B)180º67.92%20.78%-
XYZ2.152.923.82-
YUV42.24134.07110-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 53 (21.09% from 255) = 43.09%
BLUE value IS 53 (21.09% from 255) = 43.09%
R=13.82%
G=43.09%
B=43.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1753530.68000.7918051.4313.73
Hex11353544004Fb433e
Octal216565104001172646316
Binary100011101011101011000100001001111101101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113535; }

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

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

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

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

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

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

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

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