#113033

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

Shades of Nordic #113033

Tints of Nordic #113033

Color information

#113033 (or 0x113033) is unknown color: approx Nordic. HEX triplet: 11, 30 and 33. RGB value is (17,48,51). Sum of RGB (Red+Green+Blue) = 17+48+51=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 51 - color contains mainly: blue. Hex color #113033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113033 is #EECFCC. Grayscale: #272727. Windows color (decimal): -15650765 or 3354641. OLE color: 3354641.

HSL color Cylindrical-coordinate representation of color #113033: hue angle of 185.29º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113033 is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB174851-
CMYK0.670.0600.8
HSL185.29º50%13.33%-
HSV(B)185.29º66.67%20%-
XYZ1.892.473.51-
YUV39.07134.73112.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 51 (20.31% from 255) = 43.97%
R=14.66%
G=41.38%
B=43.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1748510.670.0600.8185.295013.33
Hex113033436050b932d
Octal216063103601202716215
Binary10001110000110011100001111001010000101110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113033; }

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

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

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

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

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

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

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

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