Html Css Color HEX #1E3E41 Nordic

📋 copy color: '#1E3E41'

red 30 ◦ green 62 ◦ blue 65

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

Shades of Nordic #1E3E41

Tints of Nordic #1E3E41

RGB

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

 GREEN value IS 62 (24.61% from 255) = 39.49%

 BLUE value IS 65 (25.78% from 255) = 41.4%

R = 19.11%
G = 39.49%
B = 41.4%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1E3E41 (or 0x1E3E41) is known color: Nordic. HEX triplet: 1E, 3E and 41. RGB value is (30,62,65). Sum of RGB (Red+Green+Blue) = 30+62+65=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 65 - color contains mainly: blue. Hex color #1E3E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3E41 is #E1C1BE. Grayscale: #343434. Windows color (decimal): -14795199 or 4275742. OLE color: 4275742.

HSL color Cylindrical-coordinate representation of color #1E3E41: hue angle of 185.14º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E3E41 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 30 62 65 -
CMYK 0.54 0.05 0 0.75
HSL 185.14º 0.37% 0.19% -
HSV(B) 185.14º 0.54% 0.25% -
XYZ 3.21 4.1 5.62 -
YUV 52.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 30 62 65 0.54 0.05 0 0.75 185.14 0.37 0.19
Hex 1E 3E 41 36 5 0 4B B9 25 13
Octal 36 76 101 66 5 0 113 271 45 23
Binary 11110 111110 1000001 110110 101 0 1001011 10111001 100101 10011

Color Harmonies of #1E3E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3E41

Black with #1E3E41

Text Example


Text Example

White with #1E3E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,62,65); }

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

background-color css

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

 a { background-color: rgb(30,62,65); }

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

border-color css

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

 span { border-color: rgb(30,62,65); }

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