Html Css Color HEX #1F5452 Dark Slate Grey

📋 copy color: '#1F5452'

red 31 ◦ green 84 ◦ blue 82

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

Shades of Dark Slate Grey #1F5452

Tints of Dark Slate Grey #1F5452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41.62%

R = 15.74%
G = 42.64%
B = 41.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#1F5452 (or 0x1F5452) is known color: Dark Slate Grey. HEX triplet: 1F, 54 and 52. RGB value is (31,84,82). Sum of RGB (Red+Green+Blue) = 31+84+82=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 84 (33.20% from 255 or 42.64% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 84 - color contains mainly: green. Hex color #1F5452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5452 is #E0ABAD. Grayscale: #434343. Windows color (decimal): -14724014 or 5395487. OLE color: 5395487.

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

Color convert

RGB 31 84 82 -
CMYK 0.63 0 0.02 0.67
HSL 177.74º 0.46% 0.23% -
HSV(B) 177.74º 0.63% 0.33% -
XYZ 5.26 7.24 9.1 -
YUV 67.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 31 84 82 0.63 0 0.02 0.67 177.74 0.46 0.23
Hex 1F 54 52 3F 0 2 43 B2 2E 17
Octal 37 124 122 77 0 2 103 262 56 27
Binary 11111 1010100 1010010 111111 0 10 1000011 10110010 101110 10111

Color Harmonies of #1F5452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5452

Black with #1F5452

Text Example


Text Example

White with #1F5452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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