#103133

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

Shades of Nordic #103133

Tints of Nordic #103133

Color information

#103133 (or 0x103133) is unknown color: approx Nordic. HEX triplet: 10, 31 and 33. RGB value is (16,49,51). Sum of RGB (Red+Green+Blue) = 16+49+51=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 49 (19.53% from 255 or 42.24% 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 #103133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103133 is #EFCECC. Grayscale: #272727. Windows color (decimal): -15716045 or 3354896. OLE color: 3354896.

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

Color convert

RGB164951-
CMYK0.690.0400.8
HSL183.43º52.24%13.14%-
HSV(B)183.43º68.63%20%-
XYZ1.912.553.52-
YUV39.36134.57111.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 49 (19.53% from 255) = 42.24%
BLUE value IS 51 (20.31% from 255) = 43.97%
R=13.79%
G=42.24%
B=43.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1649510.690.0400.8183.4352.2413.14
Hex103133454050b734d
Octal206163105401202676415
Binary10000110001110011100010110001010000101101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103133; }

 p { color: rgb(16,49,51); }

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

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

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

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

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

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

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