Html Css Color HEX #1F3439 Nordic

📋 copy color: '#1F3439'

red 31 ◦ green 52 ◦ blue 57

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

Shades of Nordic #1F3439

Tints of Nordic #1F3439

RGB

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

 GREEN value IS 52 (20.7% from 255) = 37.14%

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

R = 22.14%
G = 37.14%
B = 40.71%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1F3439 (or 0x1F3439) is known color: Nordic. HEX triplet: 1F, 34 and 39. RGB value is (31,52,57). Sum of RGB (Red+Green+Blue) = 31+52+57=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F3439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3439 is #E0CBC6. Grayscale: #2E2E2E. Windows color (decimal): -14732231 or 3748895. OLE color: 3748895.

HSL color Cylindrical-coordinate representation of color #1F3439: hue angle of 191.54º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F3439 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 31 52 57 -
CMYK 0.46 0.09 0 0.78
HSL 191.54º 0.3% 0.17% -
HSV(B) 191.54º 0.46% 0.22% -
XYZ 2.53 3.04 4.32 -
YUV 46.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 31 52 57 0.46 0.09 0 0.78 191.54 0.3 0.17
Hex 1F 34 39 2E 9 0 4E C0 1E 11
Octal 37 64 71 56 11 0 116 300 36 21
Binary 11111 110100 111001 101110 1001 0 1001110 11000000 11110 10001

Color Harmonies of #1F3439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3439

Black with #1F3439

Text Example


Text Example

White with #1F3439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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