#103031

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

Shades of Nordic #103031

Tints of Nordic #103031

Color information

#103031 (or 0x103031) is unknown color: approx Nordic. HEX triplet: 10, 30 and 31. RGB value is (16,48,49). Sum of RGB (Red+Green+Blue) = 16+48+49=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #103031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103031 is #EFCFCE. Grayscale: #262626. Windows color (decimal): -15716303 or 3223568. OLE color: 3223568.

HSL color Cylindrical-coordinate representation of color #103031: hue angle of 181.82º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #103031 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB164849-
CMYK0.670.0200.81
HSL181.82º50.77%12.75%-
HSV(B)181.82º67.35%19.22%-
XYZ1.832.453.28-
YUV38.55133.9111.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.16%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=14.16%
G=42.48%
B=43.36%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1648490.670.0200.81181.8250.7712.75
Hex103031432051b633d
Octal206061103201212666315
Binary1000011000011000110000111001010001101101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103031; }

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

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

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

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

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

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

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

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