#1E3336

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

Shades of Nordic #1E3336

Tints of Nordic #1E3336

Color information

#1E3336 (or 0x1E3336) is unknown color: approx Nordic. HEX triplet: 1E, 33 and 36. RGB value is (30,51,54). Sum of RGB (Red+Green+Blue) = 30+51+54=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 54 - color contains mainly: blue. Hex color #1E3336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3336 is #E1CCC9. Grayscale: #2D2D2D. Windows color (decimal): -14798026 or 3552030. OLE color: 3552030.

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

Color convert

RGB305154-
CMYK0.440.0600.79
HSL187.5º28.57%16.47%-
HSV(B)187.5º44.44%21.18%-
XYZ2.392.913.93-
YUV45.06133.04117.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.22%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 54 (21.48% from 255) = 40%
R=22.22%
G=37.78%
B=40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3051540.440.0600.79187.528.5716.47
Hex1E33362C604Fbc1d10
Octal36636654601172743520
Binary1111011001111011010110011001001111101111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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