Html Css Color HEX #103031 Nordic

📋 copy color: '#103031'

red 16 ◦ green 48 ◦ blue 49

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

Shades of Nordic #103031

Tints of Nordic #103031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 42.48%

 BLUE value IS 49 (19.53% from 255) = 43.36%

R = 14.16%
G = 42.48%
B = 43.36%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#103031 (or 0x103031) is known color: Nordic. HEX triplet: 10, 30 and 31. RGB value is (16,48,49). Sum of RGB (Red+Green+Blue) = 16+48+49=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #103031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103031 is #EFCFCE. Grayscale: #262626. Windows color (decimal): -15716303 or 3223568. OLE color: 3223568.

HSL color Cylindrical-coordinate representation of color #103031: hue angle of 181.82º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #103031 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 16 48 49 -
CMYK 0.67 0.02 0 0.81
HSL 181.82º 0.51% 0.13% -
HSV(B) 181.82º 0.67% 0.19% -
XYZ 1.83 2.45 3.28 -
YUV 38.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 16 48 49 0.67 0.02 0 0.81 181.82 0.51 0.13
Hex 10 30 31 43 2 0 51 B6 33 D
Octal 20 60 61 103 2 0 121 266 63 15
Binary 10000 110000 110001 1000011 10 0 1010001 10110110 110011 1101

Color Harmonies of #103031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103031

Black with #103031

Text Example


Text Example

White with #103031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103031; }

 p { color: rgb(16,48,49); }

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

background-color css

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

 a { background-color: rgb(16,48,49); }

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

border-color css

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

 span { border-color: rgb(16,48,49); }

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