Html Css Color HEX #384149 Arsenic

📋 copy color: '#384149'

red 56 ◦ green 65 ◦ blue 73

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

Shades of Arsenic #384149

Tints of Arsenic #384149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.51%

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

R = 28.87%
G = 33.51%
B = 37.63%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#384149 (or 0x384149) is known color: Arsenic. HEX triplet: 38, 41 and 49. RGB value is (56,65,73). Sum of RGB (Red+Green+Blue) = 56+65+73=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 73 - color contains mainly: blue. Hex color #384149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384149 is #C7BEB6. Grayscale: #3F3F3F. Windows color (decimal): -13090487 or 4800824. OLE color: 4800824.

HSL color Cylindrical-coordinate representation of color #384149: hue angle of 208.24º 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 #384149 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 65 73 -
CMYK 0.23 0.11 0 0.71
HSL 208.24º 0.13% 0.25% -
HSV(B) 208.24º 0.23% 0.29% -
XYZ 4.72 5.1 7.04 -
YUV 63.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 56 65 73 0.23 0.11 0 0.71 208.24 0.13 0.25
Hex 38 41 49 17 B 0 47 D0 D 19
Octal 70 101 111 27 13 0 107 320 15 31
Binary 111000 1000001 1001001 10111 1011 0 1000111 11010000 1101 11001

Color Harmonies of #384149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384149

Black with #384149

Text Example


Text Example

White with #384149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384149; }

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

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

background-color css

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

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

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

border-color css

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

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

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