Html Css Color HEX #384048 Arsenic

📋 copy color: '#384048'

red 56 ◦ green 64 ◦ blue 72

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

Shades of Arsenic #384048

Tints of Arsenic #384048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.5%

R = 29.17%
G = 33.33%
B = 37.5%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#384048 (or 0x384048) is known color: Arsenic. HEX triplet: 38, 40 and 48. RGB value is (56,64,72). Sum of RGB (Red+Green+Blue) = 56+64+72=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #384048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384048 is #C7BFB7. Grayscale: #3E3E3E. Windows color (decimal): -13090744 or 4735032. OLE color: 4735032.

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

Color convert

RGB 56 64 72 -
CMYK 0.22 0.11 0 0.72
HSL 210º 0.13% 0.25% -
HSV(B) 210º 0.22% 0.28% -
XYZ 4.63 4.98 6.85 -
YUV 62.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 56 64 72 0.22 0.11 0 0.72 210 0.13 0.25
Hex 38 40 48 16 B 0 48 D2 C 19
Octal 70 100 110 26 13 0 110 322 14 31
Binary 111000 1000000 1001000 10110 1011 0 1001000 11010010 1100 11001

Color Harmonies of #384048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384048

Black with #384048

Text Example


Text Example

White with #384048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384048; }

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

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

background-color css

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

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

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

border-color css

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

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

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