#303036

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

Shades of Bastille #303036

Tints of Bastille #303036

Color information

#303036 (or 0x303036) is unknown color: approx Bastille. HEX triplet: 30, 30 and 36. RGB value is (48,48,54). Sum of RGB (Red+Green+Blue) = 48+48+54=150 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 54 (21.48% from 255 or 36% from 150); Max value from RGB is 54 - color contains mainly: blue. Hex color #303036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303036 is #CFCFC9. Grayscale: #303030. Windows color (decimal): -13619146 or 3551280. OLE color: 3551280.

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

Color convert

RGB484854-
CMYK0.110.1100.79
HSL240º5.88%20%-
HSV(B)240º11.11%21.18%-
XYZ2.943.013.92-
YUV48.68131127.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 54 (21.48% from 255) = 36%
R=32%
G=32%
B=36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4848540.110.1100.792405.8820
Hex303036BB04Ff0614
Octal60606613130117360624
Binary11000011000011011010111011010011111111000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303036; }

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

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

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

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

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

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

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

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