Html Css Color HEX #1F3837 Nordic

📋 copy color: '#1F3837'

red 31 ◦ green 56 ◦ blue 55

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

Shades of Nordic #1F3837

Tints of Nordic #1F3837

RGB

 RED value IS 31 (12.5% from 255) = 21.83%

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

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

R = 21.83%
G = 39.44%
B = 38.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#1F3837 (or 0x1F3837) is known color: Nordic. HEX triplet: 1F, 38 and 37. RGB value is (31,56,55). Sum of RGB (Red+Green+Blue) = 31+56+55=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 56 - color contains mainly: green. Hex color #1F3837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3837 is #E0C7C8. Grayscale: #303030. Windows color (decimal): -14731209 or 3618847. OLE color: 3618847.

HSL color Cylindrical-coordinate representation of color #1F3837: hue angle of 177.6º 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 #1F3837 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 56 55 -
CMYK 0.45 0 0.02 0.78
HSL 177.6º 0.29% 0.17% -
HSV(B) 177.6º 0.45% 0.22% -
XYZ 2.67 3.4 4.13 -
YUV 48.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 31 56 55 0.45 0 0.02 0.78 177.6 0.29 0.17
Hex 1F 38 37 2D 0 2 4E B2 1D 11
Octal 37 70 67 55 0 2 116 262 35 21
Binary 11111 111000 110111 101101 0 10 1001110 10110010 11101 10001

Color Harmonies of #1F3837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3837

Black with #1F3837

Text Example


Text Example

White with #1F3837

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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