Html Css Color HEX #434848 Dark Slate

📋 copy color: '#434848'

red 67 ◦ green 72 ◦ blue 72

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

Shades of Dark Slate #434848

Tints of Dark Slate #434848

RGB

 RED value IS 67 (26.56% from 255) = 31.75%

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

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 31.75%
G = 34.12%
B = 34.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#434848 (or 0x434848) is known color: Dark Slate. HEX triplet: 43, 48 and 48. RGB value is (67,72,72). Sum of RGB (Red+Green+Blue) = 67+72+72=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #434848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434848 is #BCB7B7. Grayscale: #464646. Windows color (decimal): -12367800 or 4737091. OLE color: 4737091.

HSL color Cylindrical-coordinate representation of color #434848: hue angle of 180º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #434848 is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 67 72 72 -
CMYK 0.07 0 0 0.72
HSL 180º 0.04% 0.27% -
HSV(B) 180º 0.07% 0.28% -
XYZ 5.8 6.3 7.04 -
YUV 70.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 67 72 72 0.07 0 0 0.72 180 0.04 0.27
Hex 43 48 48 7 0 0 48 B4 4 1B
Octal 103 110 110 7 0 0 110 264 4 33
Binary 1000011 1001000 1001000 111 0 0 1001000 10110100 100 11011

Color Harmonies of #434848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434848

Black with #434848

Text Example


Text Example

White with #434848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434848; }

 p { color: rgb(67,72,72); }

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

background-color css

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

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

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

border-color css

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

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

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