Html Css Color HEX #1F373A Nordic

📋 copy color: '#1F373A'

red 31 ◦ green 55 ◦ blue 58

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

Shades of Nordic #1F373A

Tints of Nordic #1F373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 38.19%

 BLUE value IS 58 (23.05% from 255) = 40.28%

R = 21.53%
G = 38.19%
B = 40.28%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1F373A (or 0x1F373A) is known color: Nordic. HEX triplet: 1F, 37 and 3A. RGB value is (31,55,58). Sum of RGB (Red+Green+Blue) = 31+55+58=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 55 (21.88% from 255 or 38.19% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F373A is #E0C8C5. Grayscale: #303030. Windows color (decimal): -14731462 or 3815199. OLE color: 3815199.

HSL color Cylindrical-coordinate representation of color #1F373A: hue angle of 186.67º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F373A is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 31 55 58 -
CMYK 0.47 0.05 0 0.77
HSL 186.67º 0.3% 0.17% -
HSV(B) 186.67º 0.47% 0.23% -
XYZ 2.69 3.33 4.5 -
YUV 48.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 31 55 58 0.47 0.05 0 0.77 186.67 0.3 0.17
Hex 1F 37 3A 2F 5 0 4D BB 1E 11
Octal 37 67 72 57 5 0 115 273 36 21
Binary 11111 110111 111010 101111 101 0 1001101 10111011 11110 10001

Color Harmonies of #1F373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F373A

Black with #1F373A

Text Example


Text Example

White with #1F373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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