#1C3839

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

Shades of Nordic #1C3839

Tints of Nordic #1C3839

Color information

#1C3839 (or 0x1C3839) is unknown color: approx Nordic. HEX triplet: 1C, 38 and 39. RGB value is (28,56,57). Sum of RGB (Red+Green+Blue) = 28+56+57=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 57 - color contains mainly: blue. Hex color #1C3839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3839 is #E3C7C6. Grayscale: #2F2F2F. Windows color (decimal): -14927815 or 3749916. OLE color: 3749916.

HSL color Cylindrical-coordinate representation of color #1C3839: hue angle of 182.07º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1C3839 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB285657-
CMYK0.510.0200.78
HSL182.07º34.12%16.67%-
HSV(B)182.07º50.88%22.35%-
XYZ2.633.374.38-
YUV47.74133.22113.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.86%
GREEN value IS 56 (22.27% from 255) = 39.72%
BLUE value IS 57 (22.66% from 255) = 40.43%
R=19.86%
G=39.72%
B=40.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2856570.510.0200.78182.0734.1216.67
Hex1C383933204Eb62211
Octal34707163201162664221
Binary1110011100011100111001110010011101011011010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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