Html Css Color HEX #103735 Nordic

📋 copy color: '#103735'

red 16 ◦ green 55 ◦ blue 53

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

Shades of Nordic #103735

Tints of Nordic #103735

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44.35%

 BLUE value IS 53 (21.09% from 255) = 42.74%

R = 12.9%
G = 44.35%
B = 42.74%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#103735 (or 0x103735) is known color: Nordic. HEX triplet: 10, 37 and 35. RGB value is (16,55,53). Sum of RGB (Red+Green+Blue) = 16+55+53=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #103735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103735 is #EFC8CA. Grayscale: #2B2B2B. Windows color (decimal): -15714507 or 3487504. OLE color: 3487504.

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

Color convert

RGB 16 55 53 -
CMYK 0.71 0 0.04 0.78
HSL 176.92º 0.55% 0.14% -
HSV(B) 176.92º 0.71% 0.22% -
XYZ 2.22 3.1 3.85 -
YUV 43.11 133.58 108.66 -
System Red Green Blue C M Y K H S L
Decimal 16 55 53 0.71 0 0.04 0.78 176.92 0.55 0.14
Hex 10 37 35 47 0 4 4E B1 37 E
Octal 20 67 65 107 0 4 116 261 67 16
Binary 10000 110111 110101 1000111 0 100 1001110 10110001 110111 1110

Color Harmonies of #103735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103735

Black with #103735

Text Example


Text Example

White with #103735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103735; }

 p { color: rgb(16,55,53); }

 H1.HeaderClassName
 {
   color: #103735;
 }
 .AnyTagClassName
 {
   color: #103735;
 }
</style>

background-color css

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

 a { background-color: rgb(16,55,53); }

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

border-color css

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

 span { border-color: rgb(16,55,53); }

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