Html Css Color HEX #384148 Arsenic

📋 copy color: '#384148'

red 56 ◦ green 65 ◦ blue 72

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

Shades of Arsenic #384148

Tints of Arsenic #384148

RGB

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

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

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

R = 29.02%
G = 33.68%
B = 37.31%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#384148 (or 0x384148) is known color: Arsenic. HEX triplet: 38, 41 and 48. RGB value is (56,65,72). Sum of RGB (Red+Green+Blue) = 56+65+72=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 72 - color contains mainly: blue. Hex color #384148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384148 is #C7BEB7. Grayscale: #3F3F3F. Windows color (decimal): -13090488 or 4735288. OLE color: 4735288.

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

Color convert

RGB 56 65 72 -
CMYK 0.22 0.10 0 0.72
HSL 206.25º 0.13% 0.25% -
HSV(B) 206.25º 0.22% 0.28% -
XYZ 4.69 5.09 6.87 -
YUV 63.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 56 65 72 0.22 0.10 0 0.72 206.25 0.13 0.25
Hex 38 41 48 16 A 0 48 CE C 19
Octal 70 101 110 26 12 0 110 316 14 31
Binary 111000 1000001 1001000 10110 1010 0 1001000 11001110 1100 11001

Color Harmonies of #384148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384148

Black with #384148

Text Example


Text Example

White with #384148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384148; }

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

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

background-color css

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

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

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

border-color css

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

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

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