#30353F

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

Shades of Shark #30353F

Tints of Shark #30353F

Color information

#30353F (or 0x30353F) is unknown color: approx Shark. HEX triplet: 30, 35 and 3F. RGB value is (48,53,63). Sum of RGB (Red+Green+Blue) = 48+53+63=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 63 - color contains mainly: blue. Hex color #30353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30353F is #CFCAC0. Grayscale: #343434. Windows color (decimal): -13617857 or 4142384. OLE color: 4142384.

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

Color convert

RGB485363-
CMYK0.240.1600.75
HSL220º13.51%21.76%-
HSV(B)220º23.81%24.71%-
XYZ3.393.535.21-
YUV52.64133.84124.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 63 (25% from 255) = 38.41%
R=29.27%
G=32.32%
B=38.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4853630.240.1600.7522013.5121.76
Hex30353F181004Bdce16
Octal606577302001133341626
Binary11000011010111111111000100000100101111011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30353F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,53,63); }

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

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

 a { background-color: rgb(48,53,63); }

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

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

 span { border-color: rgb(48,53,63); }

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