#303031

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

Shades of Bastille #303031

Tints of Bastille #303031

Color information

#303031 (or 0x303031) is unknown color: approx Bastille. HEX triplet: 30, 30 and 31. RGB value is (48,48,49). Sum of RGB (Red+Green+Blue) = 48+48+49=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 49 - color contains mainly: blue. Hex color #303031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303031 is #CFCFCE. Grayscale: #303030. Windows color (decimal): -13619151 or 3223600. OLE color: 3223600.

HSL color Cylindrical-coordinate representation of color #303031: hue angle of 240º degrees, saturation: 0.01, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #303031 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB484849-
CMYK0.020.0200.81
HSL240º1.03%19.02%-
HSV(B)240º2.04%19.22%-
XYZ2.832.963.33-
YUV48.11128.5127.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=33.10%
G=33.10%
B=33.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4848490.020.0200.812401.0319.02
Hex30303122051f0113
Octal606061220121360123
Binary11000011000011000110100101000111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303031; }

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

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

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

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

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

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

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

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