#303740

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

Shades of Shark #303740

Tints of Shark #303740

Color information

#303740 (or 0x303740) is unknown color: approx Shark. HEX triplet: 30, 37 and 40. RGB value is (48,55,64). Sum of RGB (Red+Green+Blue) = 48+55+64=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 64 - color contains mainly: blue. Hex color #303740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303740 is #CFC8BF. Grayscale: #353535. Windows color (decimal): -13617344 or 4208432. OLE color: 4208432.

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

Color convert

RGB485564-
CMYK0.250.1400.75
HSL213.75º14.29%21.96%-
HSV(B)213.75º25%25.1%-
XYZ3.513.735.39-
YUV53.93133.68123.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 55 (21.88% from 255) = 32.93%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=28.74%
G=32.93%
B=38.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4855640.250.1400.75213.7514.2921.96
Hex30374019E04Bd6e16
Octal6067100311601133261626
Binary11000011011110000001100111100100101111010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303740; }

 p { color: rgb(48,55,64); }

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

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

 a { background-color: rgb(48,55,64); }

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

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

 span { border-color: rgb(48,55,64); }

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