Html Css Color HEX #333D48 Arsenic

📋 copy color: '#333D48'

red 51 ◦ green 61 ◦ blue 72

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

Shades of Arsenic #333D48

Tints of Arsenic #333D48

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.15%

 BLUE value IS 72 (28.52% from 255) = 39.13%

R = 27.72%
G = 33.15%
B = 39.13%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#333D48 (or 0x333D48) is known color: Arsenic. HEX triplet: 33, 3D and 48. RGB value is (51,61,72). Sum of RGB (Red+Green+Blue) = 51+61+72=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 61 (24.22% from 255 or 33.15% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: blue. Hex color #333D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D48 is #CCC2B7. Grayscale: #3B3B3B. Windows color (decimal): -13419192 or 4734259. OLE color: 4734259.

HSL color Cylindrical-coordinate representation of color #333D48: hue angle of 211.43º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #333D48 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 51 61 72 -
CMYK 0.29 0.15 0 0.72
HSL 211.43º 0.17% 0.24% -
HSV(B) 211.43º 0.29% 0.28% -
XYZ 4.2 4.51 6.78 -
YUV 59.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 51 61 72 0.29 0.15 0 0.72 211.43 0.17 0.24
Hex 33 3D 48 1D F 0 48 D3 11 18
Octal 63 75 110 35 17 0 110 323 21 30
Binary 110011 111101 1001000 11101 1111 0 1001000 11010011 10001 11000

Color Harmonies of #333D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333D48

Black with #333D48

Text Example


Text Example

White with #333D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333D48; }

 p { color: rgb(51,61,72); }

 H1.HeaderClassName
 {
   color: #333D48;
 }
 .AnyTagClassName
 {
   color: #333D48;
 }
</style>

background-color css

<style>
 a { background-color: #333D48; }

 a { background-color: rgb(51,61,72); }

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

border-color css

<style>
 span { border-color: #333D48; }

 span { border-color: rgb(51,61,72); }

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