Html Css Color HEX #103337 Nordic

📋 copy color: '#103337'

red 16 ◦ green 51 ◦ blue 55

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

Shades of Nordic #103337

Tints of Nordic #103337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.8%

 BLUE value IS 55 (21.88% from 255) = 45.08%

R = 13.11%
G = 41.8%
B = 45.08%

CMYK

 C value IS 0.71

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#103337 (or 0x103337) is known color: Nordic. HEX triplet: 10, 33 and 37. RGB value is (16,51,55). Sum of RGB (Red+Green+Blue) = 16+51+55=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #103337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103337 is #EFCCC8. Grayscale: #282828. Windows color (decimal): -15715529 or 3617552. OLE color: 3617552.

HSL color Cylindrical-coordinate representation of color #103337: hue angle of 186.15º 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 #103337 is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 16 51 55 -
CMYK 0.71 0.07 0 0.78
HSL 186.15º 0.55% 0.14% -
HSV(B) 186.15º 0.71% 0.22% -
XYZ 2.09 2.75 4.04 -
YUV 40.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 16 51 55 0.71 0.07 0 0.78 186.15 0.55 0.14
Hex 10 33 37 47 7 0 4E BA 37 E
Octal 20 63 67 107 7 0 116 272 67 16
Binary 10000 110011 110111 1000111 111 0 1001110 10111010 110111 1110

Color Harmonies of #103337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103337

Black with #103337

Text Example


Text Example

White with #103337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103337; }

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

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

background-color css

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

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

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

border-color css

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

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

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