Html Css Color HEX #383F45 Arsenic

📋 copy color: '#383F45'

red 56 ◦ green 63 ◦ blue 69

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

Shades of Arsenic #383F45

Tints of Arsenic #383F45

RGB

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

 GREEN value IS 63 (25% from 255) = 33.51%

 BLUE value IS 69 (27.34% from 255) = 36.7%

R = 29.79%
G = 33.51%
B = 36.7%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#383F45 (or 0x383F45) is known color: Arsenic. HEX triplet: 38, 3F and 45. RGB value is (56,63,69). Sum of RGB (Red+Green+Blue) = 56+63+69=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 63 (25% from 255 or 33.51% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 69 - color contains mainly: blue. Hex color #383F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F45 is #C7C0BA. Grayscale: #3D3D3D. Windows color (decimal): -13091003 or 4538168. OLE color: 4538168.

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

Color convert

RGB 56 63 69 -
CMYK 0.19 0.09 0 0.73
HSL 207.69º 0.1% 0.25% -
HSV(B) 207.69º 0.19% 0.27% -
XYZ 4.48 4.83 6.33 -
YUV 61.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 56 63 69 0.19 0.09 0 0.73 207.69 0.1 0.25
Hex 38 3F 45 13 9 0 49 D0 A 19
Octal 70 77 105 23 11 0 111 320 12 31
Binary 111000 111111 1000101 10011 1001 0 1001001 11010000 1010 11001

Color Harmonies of #383F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F45

Black with #383F45

Text Example


Text Example

White with #383F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383F45; }

 p { color: rgb(56,63,69); }

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

background-color css

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

 a { background-color: rgb(56,63,69); }

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

border-color css

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

 span { border-color: rgb(56,63,69); }

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