Html Css Color HEX #1F3A39 Nordic

📋 copy color: '#1F3A39'

red 31 ◦ green 58 ◦ blue 57

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

Shades of Nordic #1F3A39

Tints of Nordic #1F3A39

RGB

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

 GREEN value IS 58 (23.05% from 255) = 39.73%

 BLUE value IS 57 (22.66% from 255) = 39.04%

R = 21.23%
G = 39.73%
B = 39.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#1F3A39 (or 0x1F3A39) is known color: Nordic. HEX triplet: 1F, 3A and 39. RGB value is (31,58,57). Sum of RGB (Red+Green+Blue) = 31+58+57=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 58 - color contains mainly: green. Hex color #1F3A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3A39 is #E0C5C6. Grayscale: #313131. Windows color (decimal): -14730695 or 3750431. OLE color: 3750431.

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

Color convert

RGB 31 58 57 -
CMYK 0.47 0 0.02 0.77
HSL 177.78º 0.3% 0.17% -
HSV(B) 177.78º 0.47% 0.23% -
XYZ 2.82 3.61 4.42 -
YUV 49.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 31 58 57 0.47 0 0.02 0.77 177.78 0.3 0.17
Hex 1F 3A 39 2F 0 2 4D B2 1E 11
Octal 37 72 71 57 0 2 115 262 36 21
Binary 11111 111010 111001 101111 0 10 1001101 10110010 11110 10001

Color Harmonies of #1F3A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3A39

Black with #1F3A39

Text Example


Text Example

White with #1F3A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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