#113333

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

Shades of Nordic #113333

Tints of Nordic #113333

Color information

#113333 (or 0x113333) is unknown color: approx Nordic. HEX triplet: 11, 33 and 33. RGB value is (17,51,51). Sum of RGB (Red+Green+Blue) = 17+51+51=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 51 (20.31% from 255 or 42.86% from 119); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #113333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113333 is #EECCCC. Grayscale: #282828. Windows color (decimal): -15649997 or 3355409. OLE color: 3355409.

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

Color convert

RGB175151-
CMYK0.67000.8
HSL180º50%13.33%-
HSV(B)180º66.67%20%-
XYZ2.012.733.55-
YUV40.83133.74111-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 51 (20.31% from 255) = 42.86%
BLUE value IS 51 (20.31% from 255) = 42.86%
R=14.29%
G=42.86%
B=42.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751510.67000.81805013.33
Hex113333430050b432d
Octal216363103001202646215
Binary100011100111100111000011001010000101101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113333; }

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

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

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

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

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

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

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

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