Html Css Color HEX #1E3537 Nordic

📋 copy color: '#1E3537'

red 30 ◦ green 53 ◦ blue 55

#1E3537
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #1E3537

Tints of Nordic #1E3537

RGB

 RED value IS 30 (12.11% from 255) = 21.74%

 GREEN value IS 53 (21.09% from 255) = 38.41%

 BLUE value IS 55 (21.88% from 255) = 39.86%

R = 21.74%
G = 38.41%
B = 39.86%

CMYK

 C value IS 0.45

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1E3537 (or 0x1E3537) is known color: Nordic. HEX triplet: 1E, 35 and 37. RGB value is (30,53,55). Sum of RGB (Red+Green+Blue) = 30+53+55=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E3537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3537 is #E1CAC8. Grayscale: #2E2E2E. Windows color (decimal): -14797513 or 3618078. OLE color: 3618078.

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

Color convert

RGB 30 53 55 -
CMYK 0.45 0.04 0 0.78
HSL 184.8º 0.29% 0.17% -
HSV(B) 184.8º 0.45% 0.22% -
XYZ 2.5 3.1 4.08 -
YUV 46.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 30 53 55 0.45 0.04 0 0.78 184.8 0.29 0.17
Hex 1E 35 37 2D 4 0 4E B9 1D 11
Octal 36 65 67 55 4 0 116 271 35 21
Binary 11110 110101 110111 101101 100 0 1001110 10111001 11101 10001

Color Harmonies of #1E3537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3537

Black with #1E3537

Text Example


Text Example

White with #1E3537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,53,55); }

 H1.HeaderClassName
 {
   color: #1E3537;
 }
 .AnyTagClassName
 {
   color: #1E3537;
 }
</style>

background-color css

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

 a { background-color: rgb(30,53,55); }

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

border-color css

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

 span { border-color: rgb(30,53,55); }

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