Html Css Color HEX #33414D Arsenic

📋 copy color: '#33414D'

red 51 ◦ green 65 ◦ blue 77

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

Shades of Arsenic #33414D

Tints of Arsenic #33414D

RGB

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

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

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

R = 26.42%
G = 33.68%
B = 39.9%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#33414D (or 0x33414D) is known color: Arsenic. HEX triplet: 33, 41 and 4D. RGB value is (51,65,77). Sum of RGB (Red+Green+Blue) = 51+65+77=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #33414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33414D is #CCBEB2. Grayscale: #3E3E3E. Windows color (decimal): -13418163 or 5062963. OLE color: 5062963.

HSL color Cylindrical-coordinate representation of color #33414D: hue angle of 207.69º 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 #33414D is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 65 77 -
CMYK 0.34 0.16 0 0.70
HSL 207.69º 0.2% 0.25% -
HSV(B) 207.69º 0.34% 0.3% -
XYZ 4.6 5.02 7.75 -
YUV 62.18 136.36 120.02 -
System Red Green Blue C M Y K H S L
Decimal 51 65 77 0.34 0.16 0 0.70 207.69 0.2 0.25
Hex 33 41 4D 22 10 0 46 D0 14 19
Octal 63 101 115 42 20 0 106 320 24 31
Binary 110011 1000001 1001101 100010 10000 0 1000110 11010000 10100 11001

Color Harmonies of #33414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33414D

Black with #33414D

Text Example


Text Example

White with #33414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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