#103941

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

Shades of Nordic #103941

Tints of Nordic #103941

Color information

#103941 (or 0x103941) is unknown color: approx Nordic. HEX triplet: 10, 39 and 41. RGB value is (16,57,65). Sum of RGB (Red+Green+Blue) = 16+57+65=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 57 (22.66% from 255 or 41.30% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #103941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103941 is #EFC6BE. Grayscale: #2D2D2D. Windows color (decimal): -15713983 or 4274448. OLE color: 4274448.

HSL color Cylindrical-coordinate representation of color #103941: hue angle of 189.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103941 is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB165765-
CMYK0.750.1200.75
HSL189.8º60.49%15.88%-
HSV(B)189.8º75.38%25.49%-
XYZ2.633.425.52-
YUV45.65138.92106.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.59%
GREEN value IS 57 (22.66% from 255) = 41.30%
BLUE value IS 65 (25.78% from 255) = 47.10%
R=11.59%
G=41.30%
B=47.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1657650.750.1200.75189.860.4915.88
Hex1039414BC04Bbe3c10
Octal20711011131401132767420
Binary10000111001100000110010111100010010111011111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103941; }

 p { color: rgb(16,57,65); }

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

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

 a { background-color: rgb(16,57,65); }

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

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

 span { border-color: rgb(16,57,65); }

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