Html Css Color HEX #384046 Arsenic

📋 copy color: '#384046'

red 56 ◦ green 64 ◦ blue 70

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

Shades of Arsenic #384046

Tints of Arsenic #384046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 29.47%
G = 33.68%
B = 36.84%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#384046 (or 0x384046) is known color: Arsenic. HEX triplet: 38, 40 and 46. RGB value is (56,64,70). Sum of RGB (Red+Green+Blue) = 56+64+70=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 70 - color contains mainly: blue. Hex color #384046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384046 is #C7BFB9. Grayscale: #3E3E3E. Windows color (decimal): -13090746 or 4603960. OLE color: 4603960.

HSL color Cylindrical-coordinate representation of color #384046: hue angle of 205.71º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #384046 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 64 70 -
CMYK 0.20 0.09 0 0.73
HSL 205.71º 0.11% 0.25% -
HSV(B) 205.71º 0.2% 0.27% -
XYZ 4.57 4.95 6.51 -
YUV 62.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 56 64 70 0.20 0.09 0 0.73 205.71 0.11 0.25
Hex 38 40 46 14 9 0 49 CE B 19
Octal 70 100 106 24 11 0 111 316 13 31
Binary 111000 1000000 1000110 10100 1001 0 1001001 11001110 1011 11001

Color Harmonies of #384046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384046

Black with #384046

Text Example


Text Example

White with #384046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384046; }

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

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

background-color css

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

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

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

border-color css

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

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

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