#1C383F

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

Shades of Nordic #1C383F

Tints of Nordic #1C383F

Color information

#1C383F (or 0x1C383F) is unknown color: approx Nordic. HEX triplet: 1C, 38 and 3F. RGB value is (28,56,63). Sum of RGB (Red+Green+Blue) = 28+56+63=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C383F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C383F is #E3C7C0. Grayscale: #303030. Windows color (decimal): -14927809 or 4143132. OLE color: 4143132.

HSL color Cylindrical-coordinate representation of color #1C383F: hue angle of 192º degrees, saturation: 0.38, 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 #1C383F is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB285663-
CMYK0.560.1100.75
HSL192º38.46%17.84%-
HSV(B)192º55.56%24.71%-
XYZ2.793.435.22-
YUV48.43136.22113.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.05%
GREEN value IS 56 (22.27% from 255) = 38.10%
BLUE value IS 63 (25% from 255) = 42.86%
R=19.05%
G=38.10%
B=42.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2856630.560.1100.7519238.4617.84
Hex1C383F38B04Bc02612
Octal347077701301133004622
Binary111001110001111111110001011010010111100000010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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