Html Css Color HEX #10373D Nordic

📋 copy color: '#10373D'

red 16 ◦ green 55 ◦ blue 61

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

Shades of Nordic #10373D

Tints of Nordic #10373D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 46.21%

R = 12.12%
G = 41.67%
B = 46.21%

CMYK

 C value IS 0.74

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#10373D (or 0x10373D) is known color: Nordic. HEX triplet: 10, 37 and 3D. RGB value is (16,55,61). Sum of RGB (Red+Green+Blue) = 16+55+61=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #10373D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10373D is #EFC8C2. Grayscale: #2B2B2B. Windows color (decimal): -15714499 or 4011792. OLE color: 4011792.

HSL color Cylindrical-coordinate representation of color #10373D: hue angle of 188º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10373D is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 16 55 61 -
CMYK 0.74 0.10 0 0.76
HSL 188º 0.58% 0.15% -
HSV(B) 188º 0.74% 0.24% -
XYZ 2.42 3.18 4.9 -
YUV 44.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 16 55 61 0.74 0.10 0 0.76 188 0.58 0.15
Hex 10 37 3D 4A A 0 4C BC 3A F
Octal 20 67 75 112 12 0 114 274 72 17
Binary 10000 110111 111101 1001010 1010 0 1001100 10111100 111010 1111

Color Harmonies of #10373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10373D

Black with #10373D

Text Example


Text Example

White with #10373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10373D; }

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

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

background-color css

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

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

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

border-color css

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

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

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