#30363D

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

Shades of Shark #30363D

Tints of Shark #30363D

Color information

#30363D (or 0x30363D) is unknown color: approx Shark. HEX triplet: 30, 36 and 3D. RGB value is (48,54,61). Sum of RGB (Red+Green+Blue) = 48+54+61=163 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.45% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 61 - color contains mainly: blue. Hex color #30363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30363D is #CFC9C2. Grayscale: #343434. Windows color (decimal): -13617603 or 4011568. OLE color: 4011568.

HSL color Cylindrical-coordinate representation of color #30363D: hue angle of 212.31º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #30363D is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB485461-
CMYK0.210.1100.76
HSL212.31º11.93%21.37%-
HSV(B)212.31º21.31%23.92%-
XYZ3.383.64.93-
YUV53132.51124.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.45%
GREEN value IS 54 (21.48% from 255) = 33.13%
BLUE value IS 61 (24.22% from 255) = 37.42%
R=29.45%
G=33.13%
B=37.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4854610.210.1100.76212.3111.9321.37
Hex30363D15B04Cd4c15
Octal606675251301143241425
Binary1100001101101111011010110110100110011010100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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