#1C373D

Color #1C373D Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #1C373D

Tints of Nordic #1C373D

Color information

#1C373D (or 0x1C373D) is unknown color: approx Nordic. HEX triplet: 1C, 37 and 3D. RGB value is (28,55,61). Sum of RGB (Red+Green+Blue) = 28+55+61=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #1C373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C373D is #E3C8C2. Grayscale: #2F2F2F. Windows color (decimal): -14928067 or 4011804. OLE color: 4011804.

HSL color Cylindrical-coordinate representation of color #1C373D: hue angle of 190.91º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C373D is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB285561-
CMYK0.540.1000.76
HSL190.91º37.08%17.45%-
HSV(B)190.91º54.1%23.92%-
XYZ2.693.324.91-
YUV47.61135.55114.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.44%
GREEN value IS 55 (21.88% from 255) = 38.19%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=19.44%
G=38.19%
B=42.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2855610.540.1000.76190.9137.0817.45
Hex1C373D36A04Cbf2511
Octal346775661201142774521
Binary111001101111111011101101010010011001011111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C373D; }

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

 H1.HeaderClassName
 {
   color: #1C373D;
 }
 .AnyTagClassName
 {
   color: #1C373D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #1C373D;
 }
 .BgClassName
 {
   background-color: #1C373D;
 }
</style>
border-color css

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

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

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