#103533

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

Shades of Nordic #103533

Tints of Nordic #103533

Color information

#103533 (or 0x103533) is unknown color: approx Nordic. HEX triplet: 10, 35 and 33. RGB value is (16,53,51). Sum of RGB (Red+Green+Blue) = 16+53+51=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 53 - color contains mainly: green. Hex color #103533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103533 is #EFCACC. Grayscale: #292929. Windows color (decimal): -15715021 or 3355920. OLE color: 3355920.

HSL color Cylindrical-coordinate representation of color #103533: hue angle of 176.76º degrees, saturation: 0.54, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #103533 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB165351-
CMYK0.7000.040.79
HSL176.76º53.62%13.53%-
HSV(B)176.76º69.81%20.78%-
XYZ2.082.93.58-
YUV41.71133.24109.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.33%
GREEN value IS 53 (21.09% from 255) = 44.17%
BLUE value IS 51 (20.31% from 255) = 42.5%
R=13.33%
G=44.17%
B=42.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1653510.7000.040.79176.7653.6213.53
Hex10353346044Fb136e
Octal206563106041172616616
Binary10000110101110011100011001001001111101100011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103533; }

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

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

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

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

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

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

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

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