Html Css Color HEX #39424B Arsenic

📋 copy color: '#39424B'

red 57 ◦ green 66 ◦ blue 75

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

Shades of Arsenic #39424B

Tints of Arsenic #39424B

RGB

 RED value IS 57 (22.66% from 255) = 28.79%

 GREEN value IS 66 (26.17% from 255) = 33.33%

 BLUE value IS 75 (29.69% from 255) = 37.88%

R = 28.79%
G = 33.33%
B = 37.88%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#39424B (or 0x39424B) is known color: Arsenic. HEX triplet: 39, 42 and 4B. RGB value is (57,66,75). Sum of RGB (Red+Green+Blue) = 57+66+75=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #39424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39424B is #C6BDB4. Grayscale: #404040. Windows color (decimal): -13024693 or 4932153. OLE color: 4932153.

HSL color Cylindrical-coordinate representation of color #39424B: hue angle of 210º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #39424B is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 66 75 -
CMYK 0.24 0.12 0 0.71
HSL 210º 0.14% 0.26% -
HSV(B) 210º 0.24% 0.29% -
XYZ 4.91 5.27 7.42 -
YUV 64.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 57 66 75 0.24 0.12 0 0.71 210 0.14 0.26
Hex 39 42 4B 18 C 0 47 D2 E 1A
Octal 71 102 113 30 14 0 107 322 16 32
Binary 111001 1000010 1001011 11000 1100 0 1000111 11010010 1110 11010

Color Harmonies of #39424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39424B

Black with #39424B

Text Example


Text Example

White with #39424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39424B; }

 p { color: rgb(57,66,75); }

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

background-color css

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

 a { background-color: rgb(57,66,75); }

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

border-color css

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

 span { border-color: rgb(57,66,75); }

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