#1C3336

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

Shades of Nordic #1C3336

Tints of Nordic #1C3336

Color information

#1C3336 (or 0x1C3336) is unknown color: approx Nordic. HEX triplet: 1C, 33 and 36. RGB value is (28,51,54). Sum of RGB (Red+Green+Blue) = 28+51+54=133 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.05% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 54 (21.48% from 255 or 40.60% from 133); Max value from RGB is 54 - color contains mainly: blue. Hex color #1C3336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3336 is #E3CCC9. Grayscale: #2C2C2C. Windows color (decimal): -14929098 or 3552028. OLE color: 3552028.

HSL color Cylindrical-coordinate representation of color #1C3336: hue angle of 186.92º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1C3336 is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB285154-
CMYK0.480.0600.79
HSL186.92º31.71%16.08%-
HSV(B)186.92º48.15%21.18%-
XYZ2.332.883.92-
YUV44.46133.38116.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.05%
GREEN value IS 51 (20.31% from 255) = 38.35%
BLUE value IS 54 (21.48% from 255) = 40.60%
R=21.05%
G=38.35%
B=40.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2851540.480.0600.79186.9231.7116.08
Hex1C333630604Fbb2010
Octal34636660601172734020
Binary11100110011110110110000110010011111011101110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,51,54); }

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

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

 a { background-color: rgb(28,51,54); }

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

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

 span { border-color: rgb(28,51,54); }

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