Html Css Color HEX #1F3436 Nordic

📋 copy color: '#1F3436'

red 31 ◦ green 52 ◦ blue 54

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

Shades of Nordic #1F3436

Tints of Nordic #1F3436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 39.42%

R = 22.63%
G = 37.96%
B = 39.42%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#1F3436 (or 0x1F3436) is known color: Nordic. HEX triplet: 1F, 34 and 36. RGB value is (31,52,54). Sum of RGB (Red+Green+Blue) = 31+52+54=137 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.63% from 137); Green value is 52 (20.70% from 255 or 37.96% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 54 - color contains mainly: blue. Hex color #1F3436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3436 is #E0CBC9. Grayscale: #2D2D2D. Windows color (decimal): -14732234 or 3552287. OLE color: 3552287.

HSL color Cylindrical-coordinate representation of color #1F3436: hue angle of 185.22º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F3436 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 31 52 54 -
CMYK 0.43 0.04 0 0.79
HSL 185.22º 0.27% 0.17% -
HSV(B) 185.22º 0.43% 0.21% -
XYZ 2.46 3.01 3.94 -
YUV 45.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 31 52 54 0.43 0.04 0 0.79 185.22 0.27 0.17
Hex 1F 34 36 2B 4 0 4F B9 1B 11
Octal 37 64 66 53 4 0 117 271 33 21
Binary 11111 110100 110110 101011 100 0 1001111 10111001 11011 10001

Color Harmonies of #1F3436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3436

Black with #1F3436

Text Example


Text Example

White with #1F3436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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