#103839

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

Shades of Nordic #103839

Tints of Nordic #103839

Color information

#103839 (or 0x103839) is unknown color: approx Nordic. HEX triplet: 10, 38 and 39. RGB value is (16,56,57). Sum of RGB (Red+Green+Blue) = 16+56+57=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 57 (22.66% from 255 or 44.19% from 129); Max value from RGB is 57 - color contains mainly: blue. Hex color #103839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103839 is #EFC7C6. Grayscale: #2C2C2C. Windows color (decimal): -15714247 or 3749904. OLE color: 3749904.

HSL color Cylindrical-coordinate representation of color #103839: hue angle of 181.46º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #103839 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB165657-
CMYK0.720.0200.78
HSL181.46º56.16%14.31%-
HSV(B)181.46º71.93%22.35%-
XYZ2.373.234.37-
YUV44.15135.25107.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 56 (22.27% from 255) = 43.41%
BLUE value IS 57 (22.66% from 255) = 44.19%
R=12.40%
G=43.41%
B=44.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1656570.720.0200.78181.4656.1614.31
Hex10383948204Eb538e
Octal207071110201162657016
Binary1000011100011100110010001001001110101101011110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103839; }

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

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

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

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

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

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

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

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