Html Css Color HEX #384753 Arsenic

📋 copy color: '#384753'

red 56 ◦ green 71 ◦ blue 83

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

Shades of Arsenic #384753

Tints of Arsenic #384753

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.81%

 BLUE value IS 83 (32.81% from 255) = 39.52%

R = 26.67%
G = 33.81%
B = 39.52%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#384753 (or 0x384753) is known color: Arsenic. HEX triplet: 38, 47 and 53. RGB value is (56,71,83). Sum of RGB (Red+Green+Blue) = 56+71+83=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #384753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384753 is #C7B8AC. Grayscale: #434343. Windows color (decimal): -13088941 or 5457720. OLE color: 5457720.

HSL color Cylindrical-coordinate representation of color #384753: hue angle of 206.67º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #384753 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 71 83 -
CMYK 0.33 0.14 0 0.67
HSL 206.67º 0.19% 0.27% -
HSV(B) 206.67º 0.33% 0.33% -
XYZ 5.45 5.97 9.05 -
YUV 67.88 136.53 119.52 -
System Red Green Blue C M Y K H S L
Decimal 56 71 83 0.33 0.14 0 0.67 206.67 0.19 0.27
Hex 38 47 53 21 E 0 43 CF 13 1B
Octal 70 107 123 41 16 0 103 317 23 33
Binary 111000 1000111 1010011 100001 1110 0 1000011 11001111 10011 11011

Color Harmonies of #384753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384753

Black with #384753

Text Example


Text Example

White with #384753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384753; }

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

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

background-color css

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

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

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

border-color css

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

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

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