Html Css Color HEX #384249 Arsenic

📋 copy color: '#384249'

red 56 ◦ green 66 ◦ blue 73

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

Shades of Arsenic #384249

Tints of Arsenic #384249

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.85%

 BLUE value IS 73 (28.91% from 255) = 37.44%

R = 28.72%
G = 33.85%
B = 37.44%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#384249 (or 0x384249) is known color: Arsenic. HEX triplet: 38, 42 and 49. RGB value is (56,66,73). Sum of RGB (Red+Green+Blue) = 56+66+73=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 73 - color contains mainly: blue. Hex color #384249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384249 is #C7BDB6. Grayscale: #3F3F3F. Windows color (decimal): -13090231 or 4801080. OLE color: 4801080.

HSL color Cylindrical-coordinate representation of color #384249: hue angle of 204.71º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #384249 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 66 73 -
CMYK 0.23 0.10 0 0.71
HSL 204.71º 0.13% 0.25% -
HSV(B) 204.71º 0.23% 0.29% -
XYZ 4.78 5.22 7.06 -
YUV 63.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 56 66 73 0.23 0.10 0 0.71 204.71 0.13 0.25
Hex 38 42 49 17 A 0 47 CD D 19
Octal 70 102 111 27 12 0 107 315 15 31
Binary 111000 1000010 1001001 10111 1010 0 1000111 11001101 1101 11001

Color Harmonies of #384249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384249

Black with #384249

Text Example


Text Example

White with #384249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384249; }

 p { color: rgb(56,66,73); }

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

background-color css

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

 a { background-color: rgb(56,66,73); }

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

border-color css

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

 span { border-color: rgb(56,66,73); }

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