Html Css Color HEX #1F373B Nordic

📋 copy color: '#1F373B'

red 31 ◦ green 55 ◦ blue 59

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

Shades of Nordic #1F373B

Tints of Nordic #1F373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.69%

R = 21.38%
G = 37.93%
B = 40.69%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1F373B (or 0x1F373B) is known color: Nordic. HEX triplet: 1F, 37 and 3B. RGB value is (31,55,59). Sum of RGB (Red+Green+Blue) = 31+55+59=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F373B is #E0C8C4. Grayscale: #303030. Windows color (decimal): -14731461 or 3880735. OLE color: 3880735.

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

Color convert

RGB 31 55 59 -
CMYK 0.47 0.07 0 0.77
HSL 188.57º 0.31% 0.18% -
HSV(B) 188.57º 0.47% 0.23% -
XYZ 2.72 3.34 4.64 -
YUV 48.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 31 55 59 0.47 0.07 0 0.77 188.57 0.31 0.18
Hex 1F 37 3B 2F 7 0 4D BD 1F 12
Octal 37 67 73 57 7 0 115 275 37 22
Binary 11111 110111 111011 101111 111 0 1001101 10111101 11111 10010

Color Harmonies of #1F373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F373B

Black with #1F373B

Text Example


Text Example

White with #1F373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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