#30363F

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

Shades of Shark #30363F

Tints of Shark #30363F

Color information

#30363F (or 0x30363F) is unknown color: approx Shark. HEX triplet: 30, 36 and 3F. RGB value is (48,54,63). Sum of RGB (Red+Green+Blue) = 48+54+63=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 63 - color contains mainly: blue. Hex color #30363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30363F is #CFC9C0. Grayscale: #353535. Windows color (decimal): -13617601 or 4142640. OLE color: 4142640.

HSL color Cylindrical-coordinate representation of color #30363F: hue angle of 216º 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 #30363F is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB485463-
CMYK0.240.1400.75
HSL216º13.51%21.76%-
HSV(B)216º23.81%24.71%-
XYZ3.443.635.22-
YUV53.23133.51124.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 63 (25% from 255) = 38.18%
R=29.09%
G=32.73%
B=38.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4854630.240.1400.7521613.5121.76
Hex30363F18E04Bd8e16
Octal606677301601133301626
Binary1100001101101111111100011100100101111011000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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