Html Css Color HEX #103941 Nordic

📋 copy color: '#103941'

red 16 ◦ green 57 ◦ blue 65

#103941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #103941

Tints of Nordic #103941

RGB

 RED value IS 16 (6.64% from 255) = 11.59%

 GREEN value IS 57 (22.66% from 255) = 41.3%

 BLUE value IS 65 (25.78% from 255) = 47.1%

R = 11.59%
G = 41.3%
B = 47.1%

CMYK

 C value IS 0.75

 M value IS 0.12

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#103941 (or 0x103941) is known color: 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

RGB 16 57 65 -
CMYK 0.75 0.12 0 0.75
HSL 189.8º 0.6% 0.16% -
HSV(B) 189.8º 0.75% 0.25% -
XYZ 2.63 3.42 5.52 -
YUV 45.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 16 57 65 0.75 0.12 0 0.75 189.8 0.6 0.16
Hex 10 39 41 4B C 0 4B BE 3C 10
Octal 20 71 101 113 14 0 113 276 74 20
Binary 10000 111001 1000001 1001011 1100 0 1001011 10111110 111100 10000

Color Harmonies of #103941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103941

Black with #103941

Text Example


Text Example

White with #103941

Text Example


Text Example

HTML Codes & Css Web 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>