#33353D

Color #33353D Shark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shark #33353D

Tints of Shark #33353D

Color information

#33353D (or 0x33353D) is unknown color: approx Shark. HEX triplet: 33, 35 and 3D. RGB value is (51,53,61). Sum of RGB (Red+Green+Blue) = 51+53+61=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 61 - color contains mainly: blue. Hex color #33353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33353D is #CCCAC2. Grayscale: #353535. Windows color (decimal): -13421251 or 4011315. OLE color: 4011315.

HSL color Cylindrical-coordinate representation of color #33353D: hue angle of 228º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #33353D is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB515361-
CMYK0.160.1300.76
HSL228º8.93%21.96%-
HSV(B)228º16.39%23.92%-
XYZ3.483.594.92-
YUV53.31132.34126.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 61 (24.22% from 255) = 36.97%
R=30.91%
G=32.12%
B=36.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5153610.160.1300.762288.9321.96
Hex33353D10D04Ce4916
Octal636575201501143441126
Binary1100111101011111011000011010100110011100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33353D;
 }
 .AnyTagClassName
 {
   color: #33353D;
 }
</style>
background-color css

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

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

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

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

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

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