#30363E

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

Shades of Shark #30363E

Tints of Shark #30363E

Color information

#30363E (or 0x30363E) is unknown color: approx Shark. HEX triplet: 30, 36 and 3E. RGB value is (48,54,62). Sum of RGB (Red+Green+Blue) = 48+54+62=164 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.27% from 164); Green value is 54 (21.48% from 255 or 32.93% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 62 - color contains mainly: blue. Hex color #30363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30363E is #CFC9C1. Grayscale: #353535. Windows color (decimal): -13617602 or 4077104. OLE color: 4077104.

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

Color convert

RGB485462-
CMYK0.230.1300.76
HSL214.29º12.73%21.57%-
HSV(B)214.29º22.58%24.31%-
XYZ3.413.615.08-
YUV53.12133.01124.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.27%
GREEN value IS 54 (21.48% from 255) = 32.93%
BLUE value IS 62 (24.61% from 255) = 37.80%
R=29.27%
G=32.93%
B=37.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4854620.230.1300.76214.2912.7321.57
Hex30363E17D04Cd6d16
Octal606676271501143261526
Binary1100001101101111101011111010100110011010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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