#103841

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

Shades of Nordic #103841

Tints of Nordic #103841

Color information

#103841 (or 0x103841) is unknown color: approx Nordic. HEX triplet: 10, 38 and 41. RGB value is (16,56,65). Sum of RGB (Red+Green+Blue) = 16+56+65=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #103841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103841 is #EFC7BE. Grayscale: #2C2C2C. Windows color (decimal): -15714239 or 4274192. OLE color: 4274192.

HSL color Cylindrical-coordinate representation of color #103841: hue angle of 191.02º 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 #103841 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB165665-
CMYK0.750.1400.75
HSL191.02º60.49%15.88%-
HSV(B)191.02º75.38%25.49%-
XYZ2.583.325.51-
YUV45.07139.25107.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.68%
GREEN value IS 56 (22.27% from 255) = 40.88%
BLUE value IS 65 (25.78% from 255) = 47.45%
R=11.68%
G=40.88%
B=47.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1656650.750.1400.75191.0260.4915.88
Hex1038414BE04Bbf3c10
Octal20701011131601132777420
Binary10000111000100000110010111110010010111011111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103841; }

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

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

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

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

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

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

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

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