Html Css Color HEX #1F353A Nordic

📋 copy color: '#1F353A'

red 31 ◦ green 53 ◦ blue 58

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

Shades of Nordic #1F353A

Tints of Nordic #1F353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.32%

 BLUE value IS 58 (23.05% from 255) = 40.85%

R = 21.83%
G = 37.32%
B = 40.85%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1F353A (or 0x1F353A) is known color: Nordic. HEX triplet: 1F, 35 and 3A. RGB value is (31,53,58). Sum of RGB (Red+Green+Blue) = 31+53+58=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F353A is #E0CAC5. Grayscale: #2E2E2E. Windows color (decimal): -14731974 or 3814687. OLE color: 3814687.

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

Color convert

RGB 31 53 58 -
CMYK 0.47 0.09 0 0.77
HSL 191.11º 0.3% 0.17% -
HSV(B) 191.11º 0.47% 0.23% -
XYZ 2.6 3.14 4.47 -
YUV 46.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 31 53 58 0.47 0.09 0 0.77 191.11 0.3 0.17
Hex 1F 35 3A 2F 9 0 4D BF 1E 11
Octal 37 65 72 57 11 0 115 277 36 21
Binary 11111 110101 111010 101111 1001 0 1001101 10111111 11110 10001

Color Harmonies of #1F353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F353A

Black with #1F353A

Text Example


Text Example

White with #1F353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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