Html Css Color HEX #33424F Arsenic

📋 copy color: '#33424F'

red 51 ◦ green 66 ◦ blue 79

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

Shades of Arsenic #33424F

Tints of Arsenic #33424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.31%

R = 26.02%
G = 33.67%
B = 40.31%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#33424F (or 0x33424F) is known color: Arsenic. HEX triplet: 33, 42 and 4F. RGB value is (51,66,79). Sum of RGB (Red+Green+Blue) = 51+66+79=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #33424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33424F is #CCBDB0. Grayscale: #3E3E3E. Windows color (decimal): -13417905 or 5194291. OLE color: 5194291.

HSL color Cylindrical-coordinate representation of color #33424F: hue angle of 207.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #33424F is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 66 79 -
CMYK 0.35 0.16 0 0.69
HSL 207.86º 0.22% 0.25% -
HSV(B) 207.86º 0.35% 0.31% -
XYZ 4.72 5.16 8.15 -
YUV 63 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 51 66 79 0.35 0.16 0 0.69 207.86 0.22 0.25
Hex 33 42 4F 23 10 0 45 D0 16 19
Octal 63 102 117 43 20 0 105 320 26 31
Binary 110011 1000010 1001111 100011 10000 0 1000101 11010000 10110 11001

Color Harmonies of #33424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33424F

Black with #33424F

Text Example


Text Example

White with #33424F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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