Html Css Color HEX #384445 Dark Slate Grey

📋 copy color: '#384445'

red 56 ◦ green 68 ◦ blue 69

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

Shades of Dark Slate Grey #384445

Tints of Dark Slate Grey #384445

RGB

 RED value IS 56 (22.27% from 255) = 29.02%

 GREEN value IS 68 (26.95% from 255) = 35.23%

 BLUE value IS 69 (27.34% from 255) = 35.75%

R = 29.02%
G = 35.23%
B = 35.75%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#384445 (or 0x384445) is known color: Dark Slate Grey. HEX triplet: 38, 44 and 45. RGB value is (56,68,69). Sum of RGB (Red+Green+Blue) = 56+68+69=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 69 - color contains mainly: blue. Hex color #384445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384445 is #C7BBBA. Grayscale: #404040. Windows color (decimal): -13089723 or 4539448. OLE color: 4539448.

HSL color Cylindrical-coordinate representation of color #384445: hue angle of 184.62º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #384445 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 69 -
CMYK 0.19 0.01 0 0.73
HSL 184.62º 0.1% 0.25% -
HSV(B) 184.62º 0.19% 0.27% -
XYZ 4.77 5.4 6.42 -
YUV 64.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 56 68 69 0.19 0.01 0 0.73 184.62 0.1 0.25
Hex 38 44 45 13 1 0 49 B9 A 19
Octal 70 104 105 23 1 0 111 271 12 31
Binary 111000 1000100 1000101 10011 1 0 1001001 10111001 1010 11001

Color Harmonies of #384445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384445

Black with #384445

Text Example


Text Example

White with #384445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384445; }

 p { color: rgb(56,68,69); }

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

background-color css

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

 a { background-color: rgb(56,68,69); }

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

border-color css

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

 span { border-color: rgb(56,68,69); }

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