#113034

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

Shades of Nordic #113034

Tints of Nordic #113034

Color information

#113034 (or 0x113034) is unknown color: approx Nordic. HEX triplet: 11, 30 and 34. RGB value is (17,48,52). Sum of RGB (Red+Green+Blue) = 17+48+52=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 52 (20.70% from 255 or 44.44% from 117); Max value from RGB is 52 - color contains mainly: blue. Hex color #113034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113034 is #EECFCB. Grayscale: #272727. Windows color (decimal): -15650764 or 3420177. OLE color: 3420177.

HSL color Cylindrical-coordinate representation of color #113034: hue angle of 186.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113034 is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB174852-
CMYK0.670.0800.80
HSL186.86º50.72%13.53%-
HSV(B)186.86º67.31%20.39%-
XYZ1.912.483.63-
YUV39.19135.23112.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 52 (20.70% from 255) = 44.44%
R=14.53%
G=41.03%
B=44.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1748520.670.0800.80186.8650.7213.53
Hex113034438050bb33e
Octal2160641031001202736316
Binary100011100001101001000011100001010000101110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113034; }

 p { color: rgb(17,48,52); }

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

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

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

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

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

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

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