Html Css Color HEX #384047 Arsenic

📋 copy color: '#384047'

red 56 ◦ green 64 ◦ blue 71

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

Shades of Arsenic #384047

Tints of Arsenic #384047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.51%

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

R = 29.32%
G = 33.51%
B = 37.17%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#384047 (or 0x384047) is known color: Arsenic. HEX triplet: 38, 40 and 47. RGB value is (56,64,71). Sum of RGB (Red+Green+Blue) = 56+64+71=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 71 - color contains mainly: blue. Hex color #384047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384047 is #C7BFB8. Grayscale: #3E3E3E. Windows color (decimal): -13090745 or 4669496. OLE color: 4669496.

HSL color Cylindrical-coordinate representation of color #384047: hue angle of 208º 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 #384047 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 64 71 -
CMYK 0.21 0.10 0 0.72
HSL 208º 0.12% 0.25% -
HSV(B) 208º 0.21% 0.28% -
XYZ 4.6 4.96 6.68 -
YUV 62.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 56 64 71 0.21 0.10 0 0.72 208 0.12 0.25
Hex 38 40 47 15 A 0 48 D0 C 19
Octal 70 100 107 25 12 0 110 320 14 31
Binary 111000 1000000 1000111 10101 1010 0 1001000 11010000 1100 11001

Color Harmonies of #384047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384047

Black with #384047

Text Example


Text Example

White with #384047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384047; }

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

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

background-color css

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

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

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

border-color css

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

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

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