Html Css Color HEX #1F3B40 Nordic

📋 copy color: '#1F3B40'

red 31 ◦ green 59 ◦ blue 64

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

Shades of Nordic #1F3B40

Tints of Nordic #1F3B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 38.31%

 BLUE value IS 64 (25.39% from 255) = 41.56%

R = 20.13%
G = 38.31%
B = 41.56%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1F3B40 (or 0x1F3B40) is known color: Nordic. HEX triplet: 1F, 3B and 40. RGB value is (31,59,64). Sum of RGB (Red+Green+Blue) = 31+59+64=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #1F3B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3B40 is #E0C4BF. Grayscale: #333333. Windows color (decimal): -14730432 or 4209439. OLE color: 4209439.

HSL color Cylindrical-coordinate representation of color #1F3B40: hue angle of 189.09º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F3B40 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 31 59 64 -
CMYK 0.52 0.08 0 0.75
HSL 189.09º 0.35% 0.19% -
HSV(B) 189.09º 0.52% 0.25% -
XYZ 3.05 3.79 5.42 -
YUV 51.2 135.22 113.59 -
System Red Green Blue C M Y K H S L
Decimal 31 59 64 0.52 0.08 0 0.75 189.09 0.35 0.19
Hex 1F 3B 40 34 8 0 4B BD 23 13
Octal 37 73 100 64 10 0 113 275 43 23
Binary 11111 111011 1000000 110100 1000 0 1001011 10111101 100011 10011

Color Harmonies of #1F3B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3B40

Black with #1F3B40

Text Example


Text Example

White with #1F3B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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