Html Css Color HEX #274847 Dark Slate Grey

📋 copy color: '#274847'

red 39 ◦ green 72 ◦ blue 71

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

Shades of Dark Slate Grey #274847

Tints of Dark Slate Grey #274847

RGB

 RED value IS 39 (15.63% from 255) = 21.43%

 GREEN value IS 72 (28.52% from 255) = 39.56%

 BLUE value IS 71 (28.13% from 255) = 39.01%

R = 21.43%
G = 39.56%
B = 39.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#274847 (or 0x274847) is known color: Dark Slate Grey. HEX triplet: 27, 48 and 47. RGB value is (39,72,71). Sum of RGB (Red+Green+Blue) = 39+72+71=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #274847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274847 is #D8B7B8. Grayscale: #3D3D3D. Windows color (decimal): -14202809 or 4671527. OLE color: 4671527.

HSL color Cylindrical-coordinate representation of color #274847: hue angle of 178.18º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #274847 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 72 71 -
CMYK 0.46 0 0.01 0.72
HSL 178.18º 0.3% 0.22% -
HSV(B) 178.18º 0.46% 0.28% -
XYZ 4.29 5.52 6.8 -
YUV 62.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 39 72 71 0.46 0 0.01 0.72 178.18 0.3 0.22
Hex 27 48 47 2E 0 1 48 B2 1E 16
Octal 47 110 107 56 0 1 110 262 36 26
Binary 100111 1001000 1000111 101110 0 1 1001000 10110010 11110 10110

Color Harmonies of #274847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274847

Black with #274847

Text Example


Text Example

White with #274847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274847; }

 p { color: rgb(39,72,71); }

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

background-color css

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

 a { background-color: rgb(39,72,71); }

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

border-color css

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

 span { border-color: rgb(39,72,71); }

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