#1C383E

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

Shades of Nordic #1C383E

Tints of Nordic #1C383E

Color information

#1C383E (or 0x1C383E) is unknown color: approx Nordic. HEX triplet: 1C, 38 and 3E. RGB value is (28,56,62). Sum of RGB (Red+Green+Blue) = 28+56+62=146 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.18% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 62 - color contains mainly: blue. Hex color #1C383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C383E is #E3C7C1. Grayscale: #303030. Windows color (decimal): -14927810 or 4077596. OLE color: 4077596.

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

Color convert

RGB285662-
CMYK0.550.1000.76
HSL190.59º37.78%17.65%-
HSV(B)190.59º54.84%24.31%-
XYZ2.763.425.07-
YUV48.31135.72113.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.18%
GREEN value IS 56 (22.27% from 255) = 38.36%
BLUE value IS 62 (24.61% from 255) = 42.47%
R=19.18%
G=38.36%
B=42.47%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2856620.550.1000.76190.5937.7817.65
Hex1C383E37A04Cbf2612
Octal347076671201142774622
Binary111001110001111101101111010010011001011111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,56,62); }

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

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

 a { background-color: rgb(28,56,62); }

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

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

 span { border-color: rgb(28,56,62); }

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