#103235

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

Shades of Nordic #103235

Tints of Nordic #103235

Color information

#103235 (or 0x103235) is unknown color: approx Nordic. HEX triplet: 10, 32 and 35. RGB value is (16,50,53). Sum of RGB (Red+Green+Blue) = 16+50+53=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 53 - color contains mainly: blue. Hex color #103235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103235 is #EFCDCA. Grayscale: #282828. Windows color (decimal): -15715787 or 3486224. OLE color: 3486224.

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

Color convert

RGB165053-
CMYK0.700.0600.79
HSL184.86º53.62%13.53%-
HSV(B)184.86º69.81%20.78%-
XYZ22.653.77-
YUV40.18135.24110.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 53 (21.09% from 255) = 44.54%
R=13.45%
G=42.02%
B=44.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1650530.700.0600.79184.8653.6213.53
Hex10323546604Fb936e
Octal206265106601172716616
Binary10000110010110101100011011001001111101110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103235; }

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

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

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

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

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

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

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

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