Html Css Color HEX #1F393C Nordic

📋 copy color: '#1F393C'

red 31 ◦ green 57 ◦ blue 60

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

Shades of Nordic #1F393C

Tints of Nordic #1F393C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 38.51%

 BLUE value IS 60 (23.83% from 255) = 40.54%

R = 20.95%
G = 38.51%
B = 40.54%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1F393C (or 0x1F393C) is known color: Nordic. HEX triplet: 1F, 39 and 3C. RGB value is (31,57,60). Sum of RGB (Red+Green+Blue) = 31+57+60=148 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.95% from 148); Green value is 57 (22.66% from 255 or 38.51% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 60 - color contains mainly: blue. Hex color #1F393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F393C is #E0C6C3. Grayscale: #313131. Windows color (decimal): -14730948 or 3946783. OLE color: 3946783.

HSL color Cylindrical-coordinate representation of color #1F393C: hue angle of 186.21º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F393C is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 31 57 60 -
CMYK 0.48 0.05 0 0.76
HSL 186.21º 0.32% 0.18% -
HSV(B) 186.21º 0.48% 0.24% -
XYZ 2.84 3.54 4.81 -
YUV 49.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 31 57 60 0.48 0.05 0 0.76 186.21 0.32 0.18
Hex 1F 39 3C 30 5 0 4C BA 20 12
Octal 37 71 74 60 5 0 114 272 40 22
Binary 11111 111001 111100 110000 101 0 1001100 10111010 100000 10010

Color Harmonies of #1F393C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F393C

Black with #1F393C

Text Example


Text Example

White with #1F393C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,57,60); }

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

background-color css

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

 a { background-color: rgb(31,57,60); }

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

border-color css

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

 span { border-color: rgb(31,57,60); }

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