Html Css Color HEX #384147 Arsenic

📋 copy color: '#384147'

red 56 ◦ green 65 ◦ blue 71

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

Shades of Arsenic #384147

Tints of Arsenic #384147

RGB

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

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

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

R = 29.17%
G = 33.85%
B = 36.98%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#384147 (or 0x384147) is known color: Arsenic. HEX triplet: 38, 41 and 47. RGB value is (56,65,71). Sum of RGB (Red+Green+Blue) = 56+65+71=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 71 - color contains mainly: blue. Hex color #384147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384147 is #C7BEB8. Grayscale: #3E3E3E. Windows color (decimal): -13090489 or 4669752. OLE color: 4669752.

HSL color Cylindrical-coordinate representation of color #384147: hue angle of 204º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #384147 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 65 71 -
CMYK 0.21 0.08 0 0.72
HSL 204º 0.12% 0.25% -
HSV(B) 204º 0.21% 0.28% -
XYZ 4.66 5.08 6.7 -
YUV 62.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 56 65 71 0.21 0.08 0 0.72 204 0.12 0.25
Hex 38 41 47 15 8 0 48 CC C 19
Octal 70 101 107 25 10 0 110 314 14 31
Binary 111000 1000001 1000111 10101 1000 0 1001000 11001100 1100 11001

Color Harmonies of #384147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384147

Black with #384147

Text Example


Text Example

White with #384147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384147; }

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

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

background-color css

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

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

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

border-color css

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

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

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