Html Css Color HEX #1E3837 Nordic

📋 copy color: '#1E3837'

red 30 ◦ green 56 ◦ blue 55

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

Shades of Nordic #1E3837

Tints of Nordic #1E3837

RGB

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

 GREEN value IS 56 (22.27% from 255) = 39.72%

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

R = 21.28%
G = 39.72%
B = 39.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#1E3837 (or 0x1E3837) is known color: Nordic. HEX triplet: 1E, 38 and 37. RGB value is (30,56,55). Sum of RGB (Red+Green+Blue) = 30+56+55=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 56 (22.27% from 255 or 39.72% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 56 - color contains mainly: green. Hex color #1E3837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3837 is #E1C7C8. Grayscale: #303030. Windows color (decimal): -14796745 or 3618846. OLE color: 3618846.

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

Color convert

RGB 30 56 55 -
CMYK 0.46 0 0.02 0.78
HSL 177.69º 0.3% 0.17% -
HSV(B) 177.69º 0.46% 0.22% -
XYZ 2.64 3.38 4.13 -
YUV 48.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 30 56 55 0.46 0 0.02 0.78 177.69 0.3 0.17
Hex 1E 38 37 2E 0 2 4E B2 1E 11
Octal 36 70 67 56 0 2 116 262 36 21
Binary 11110 111000 110111 101110 0 10 1001110 10110010 11110 10001

Color Harmonies of #1E3837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3837

Black with #1E3837

Text Example


Text Example

White with #1E3837

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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