Html Css Color HEX #1F3839 Nordic

📋 copy color: '#1F3839'

red 31 ◦ green 56 ◦ blue 57

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

Shades of Nordic #1F3839

Tints of Nordic #1F3839

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.89%

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

R = 21.53%
G = 38.89%
B = 39.58%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1F3839 (or 0x1F3839) is known color: Nordic. HEX triplet: 1F, 38 and 39. RGB value is (31,56,57). Sum of RGB (Red+Green+Blue) = 31+56+57=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F3839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3839 is #E0C7C6. Grayscale: #303030. Windows color (decimal): -14731207 or 3749919. OLE color: 3749919.

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

Color convert

RGB 31 56 57 -
CMYK 0.46 0.02 0 0.78
HSL 182.31º 0.3% 0.17% -
HSV(B) 182.31º 0.46% 0.22% -
XYZ 2.72 3.42 4.39 -
YUV 48.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 31 56 57 0.46 0.02 0 0.78 182.31 0.3 0.17
Hex 1F 38 39 2E 2 0 4E B6 1E 11
Octal 37 70 71 56 2 0 116 266 36 21
Binary 11111 111000 111001 101110 10 0 1001110 10110110 11110 10001

Color Harmonies of #1F3839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3839

Black with #1F3839

Text Example


Text Example

White with #1F3839

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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