Html Css Color HEX #1C373D Nordic

📋 copy color: '#1C373D'

red 28 ◦ green 55 ◦ blue 61

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

Shades of Nordic #1C373D

Tints of Nordic #1C373D

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 value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1C373D (or 0x1C373D) is known color: 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

RGB 28 55 61 -
CMYK 0.54 0.10 0 0.76
HSL 190.91º 0.37% 0.17% -
HSV(B) 190.91º 0.54% 0.24% -
XYZ 2.69 3.32 4.91 -
YUV 47.61 135.55 114.01 -
System Red Green Blue C M Y K H S L
Decimal 28 55 61 0.54 0.10 0 0.76 190.91 0.37 0.17
Hex 1C 37 3D 36 A 0 4C BF 25 11
Octal 34 67 75 66 12 0 114 277 45 21
Binary 11100 110111 111101 110110 1010 0 1001100 10111111 100101 10001

Color Harmonies of #1C373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C373D

Black with #1C373D

Text Example


Text Example

White with #1C373D

Text Example


Text Example

HTML Codes & Css Web 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>