#303035

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

Shades of Bastille #303035

Tints of Bastille #303035

Color information

#303035 (or 0x303035) is unknown color: approx Bastille. HEX triplet: 30, 30 and 35. RGB value is (48,48,53). Sum of RGB (Red+Green+Blue) = 48+48+53=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 53 - color contains mainly: blue. Hex color #303035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303035 is #CFCFCA. Grayscale: #303030. Windows color (decimal): -13619147 or 3485744. OLE color: 3485744.

HSL color Cylindrical-coordinate representation of color #303035: hue angle of 240º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #303035 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB484853-
CMYK0.090.0900.79
HSL240º4.95%19.8%-
HSV(B)240º9.43%20.78%-
XYZ2.9233.79-
YUV48.57130.5127.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.21%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 53 (21.09% from 255) = 35.57%
R=32.21%
G=32.21%
B=35.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4848530.090.0900.792404.9519.8
Hex3030359904Ff0514
Octal60606511110117360524
Binary11000011000011010110011001010011111111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303035; }

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

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

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

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

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

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

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

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