Html Css Color HEX #3A4148 Arsenic

📋 copy color: '#3A4148'

red 58 ◦ green 65 ◦ blue 72

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

Shades of Arsenic #3A4148

Tints of Arsenic #3A4148

RGB

 RED value IS 58 (23.05% from 255) = 29.74%

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

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

R = 29.74%
G = 33.33%
B = 36.92%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A4148 (or 0x3A4148) is known color: Arsenic. HEX triplet: 3A, 41 and 48. RGB value is (58,65,72). Sum of RGB (Red+Green+Blue) = 58+65+72=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A4148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4148 is #C5BEB7. Grayscale: #3F3F3F. Windows color (decimal): -12959416 or 4735290. OLE color: 4735290.

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

Color convert

RGB 58 65 72 -
CMYK 0.19 0.10 0 0.72
HSL 210º 0.11% 0.25% -
HSV(B) 210º 0.19% 0.28% -
XYZ 4.8 5.15 6.87 -
YUV 63.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 58 65 72 0.19 0.10 0 0.72 210 0.11 0.25
Hex 3A 41 48 13 A 0 48 D2 B 19
Octal 72 101 110 23 12 0 110 322 13 31
Binary 111010 1000001 1001000 10011 1010 0 1001000 11010010 1011 11001

Color Harmonies of #3A4148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4148

Black with #3A4148

Text Example


Text Example

White with #3A4148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4148; }

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

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

background-color css

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

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

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

border-color css

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

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

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