Html Css Color HEX #1F5454 Dark Slate Grey

📋 copy color: '#1F5454'

red 31 ◦ green 84 ◦ blue 84

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

Shades of Dark Slate Grey #1F5454

Tints of Dark Slate Grey #1F5454

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.21%

 BLUE value IS 84 (33.2% from 255) = 42.21%

R = 15.58%
G = 42.21%
B = 42.21%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1F5454 (or 0x1F5454) is known color: Dark Slate Grey. HEX triplet: 1F, 54 and 54. RGB value is (31,84,84). Sum of RGB (Red+Green+Blue) = 31+84+84=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #1F5454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5454 is #E0ABAB. Grayscale: #444444. Windows color (decimal): -14724012 or 5526559. OLE color: 5526559.

HSL color Cylindrical-coordinate representation of color #1F5454: hue angle of 180º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F5454 is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 31 84 84 -
CMYK 0.63 0 0 0.67
HSL 180º 0.46% 0.23% -
HSV(B) 180º 0.63% 0.33% -
XYZ 5.34 7.27 9.51 -
YUV 68.15 136.94 101.5 -
System Red Green Blue C M Y K H S L
Decimal 31 84 84 0.63 0 0 0.67 180 0.46 0.23
Hex 1F 54 54 3F 0 0 43 B4 2E 17
Octal 37 124 124 77 0 0 103 264 56 27
Binary 11111 1010100 1010100 111111 0 0 1000011 10110100 101110 10111

Color Harmonies of #1F5454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5454

Black with #1F5454

Text Example


Text Example

White with #1F5454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,84,84); }

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

background-color css

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

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

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

border-color css

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

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

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