#103033

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

Shades of Nordic #103033

Tints of Nordic #103033

Color information

#103033 (or 0x103033) is unknown color: approx Nordic. HEX triplet: 10, 30 and 33. RGB value is (16,48,51). Sum of RGB (Red+Green+Blue) = 16+48+51=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 51 (20.31% from 255 or 44.35% from 115); Max value from RGB is 51 - color contains mainly: blue. Hex color #103033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103033 is #EFCFCC. Grayscale: #262626. Windows color (decimal): -15716301 or 3354640. OLE color: 3354640.

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

Color convert

RGB164851-
CMYK0.690.0600.8
HSL185.14º52.24%13.14%-
HSV(B)185.14º68.63%20%-
XYZ1.872.463.51-
YUV38.77134.9111.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.91%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 51 (20.31% from 255) = 44.35%
R=13.91%
G=41.74%
B=44.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1648510.690.0600.8185.1452.2413.14
Hex103033456050b934d
Octal206063105601202716415
Binary10000110000110011100010111001010000101110011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103033; }

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

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

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

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

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

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

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

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