Html Css Color HEX #1C3940 Nordic

📋 copy color: '#1C3940'

red 28 ◦ green 57 ◦ blue 64

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

Shades of Nordic #1C3940

Tints of Nordic #1C3940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 42.95%

R = 18.79%
G = 38.26%
B = 42.95%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1C3940 (or 0x1C3940) is known color: Nordic. HEX triplet: 1C, 39 and 40. RGB value is (28,57,64). Sum of RGB (Red+Green+Blue) = 28+57+64=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #1C3940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3940 is #E3C6BF. Grayscale: #313131. Windows color (decimal): -14927552 or 4208924. OLE color: 4208924.

HSL color Cylindrical-coordinate representation of color #1C3940: hue angle of 191.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C3940 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 28 57 64 -
CMYK 0.56 0.11 0 0.75
HSL 191.67º 0.39% 0.18% -
HSV(B) 191.67º 0.56% 0.25% -
XYZ 2.87 3.54 5.38 -
YUV 49.13 136.39 112.93 -
System Red Green Blue C M Y K H S L
Decimal 28 57 64 0.56 0.11 0 0.75 191.67 0.39 0.18
Hex 1C 39 40 38 B 0 4B C0 27 12
Octal 34 71 100 70 13 0 113 300 47 22
Binary 11100 111001 1000000 111000 1011 0 1001011 11000000 100111 10010

Color Harmonies of #1C3940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3940

Black with #1C3940

Text Example


Text Example

White with #1C3940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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