#33363B

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

Shades of Shark #33363B

Tints of Shark #33363B

Color information

#33363B (or 0x33363B) is unknown color: approx Shark. HEX triplet: 33, 36 and 3B. RGB value is (51,54,59). Sum of RGB (Red+Green+Blue) = 51+54+59=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 59 - color contains mainly: blue. Hex color #33363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33363B is #CCC9C4. Grayscale: #353535. Windows color (decimal): -13420997 or 3880499. OLE color: 3880499.

HSL color Cylindrical-coordinate representation of color #33363B: hue angle of 217.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #33363B is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB515459-
CMYK0.140.0800.77
HSL217.5º7.27%21.57%-
HSV(B)217.5º13.56%23.14%-
XYZ3.473.664.66-
YUV53.67131.01126.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 54 (21.48% from 255) = 32.93%
BLUE value IS 59 (23.44% from 255) = 35.98%
R=31.10%
G=32.93%
B=35.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5154590.140.0800.77217.57.2721.57
Hex33363BE804Dda716
Octal63667316100115332726
Binary11001111011011101111101000010011011101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33363B; }

 p { color: rgb(51,54,59); }

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

<style>
 a { background-color: #33363B; }

 a { background-color: rgb(51,54,59); }

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

<style>
 span { border-color: #33363B; }

 span { border-color: rgb(51,54,59); }

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