Html Css Color HEX #1C393D Nordic

📋 copy color: '#1C393D'

red 28 ◦ green 57 ◦ blue 61

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

Shades of Nordic #1C393D

Tints of Nordic #1C393D

RGB

 RED value IS 28 (11.33% from 255) = 19.18%

 GREEN value IS 57 (22.66% from 255) = 39.04%

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

R = 19.18%
G = 39.04%
B = 41.78%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1C393D (or 0x1C393D) is known color: Nordic. HEX triplet: 1C, 39 and 3D. RGB value is (28,57,61). Sum of RGB (Red+Green+Blue) = 28+57+61=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 61 - color contains mainly: blue. Hex color #1C393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C393D is #E3C6C2. Grayscale: #303030. Windows color (decimal): -14927555 or 4012316. OLE color: 4012316.

HSL color Cylindrical-coordinate representation of color #1C393D: hue angle of 187.27º 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 #1C393D is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 28 57 61 -
CMYK 0.54 0.07 0 0.76
HSL 187.27º 0.37% 0.17% -
HSV(B) 187.27º 0.54% 0.24% -
XYZ 2.78 3.51 4.95 -
YUV 48.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 28 57 61 0.54 0.07 0 0.76 187.27 0.37 0.17
Hex 1C 39 3D 36 7 0 4C BB 25 11
Octal 34 71 75 66 7 0 114 273 45 21
Binary 11100 111001 111101 110110 111 0 1001100 10111011 100101 10001

Color Harmonies of #1C393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C393D

Black with #1C393D

Text Example


Text Example

White with #1C393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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