Html Css Color HEX #33424D Arsenic

📋 copy color: '#33424D'

red 51 ◦ green 66 ◦ blue 77

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

Shades of Arsenic #33424D

Tints of Arsenic #33424D

RGB

 RED value IS 51 (20.31% from 255) = 26.29%

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

 BLUE value IS 77 (30.47% from 255) = 39.69%

R = 26.29%
G = 34.02%
B = 39.69%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#33424D (or 0x33424D) is known color: Arsenic. HEX triplet: 33, 42 and 4D. RGB value is (51,66,77). Sum of RGB (Red+Green+Blue) = 51+66+77=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #33424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33424D is #CCBDB2. Grayscale: #3E3E3E. Windows color (decimal): -13417907 or 5063219. OLE color: 5063219.

HSL color Cylindrical-coordinate representation of color #33424D: hue angle of 205.38º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33424D is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 66 77 -
CMYK 0.34 0.14 0 0.70
HSL 205.38º 0.2% 0.25% -
HSV(B) 205.38º 0.34% 0.3% -
XYZ 4.65 5.14 7.77 -
YUV 62.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 51 66 77 0.34 0.14 0 0.70 205.38 0.2 0.25
Hex 33 42 4D 22 E 0 46 CD 14 19
Octal 63 102 115 42 16 0 106 315 24 31
Binary 110011 1000010 1001101 100010 1110 0 1000110 11001101 10100 11001

Color Harmonies of #33424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33424D

Black with #33424D

Text Example


Text Example

White with #33424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33424D; }

 p { color: rgb(51,66,77); }

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

background-color css

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

 a { background-color: rgb(51,66,77); }

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

border-color css

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

 span { border-color: rgb(51,66,77); }

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