Html Css Color HEX #303033 Bastille

📋 copy color: '#303033'

red 48 ◦ green 48 ◦ blue 51

#303033
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bastille #303033

Tints of Bastille #303033

RGB

 RED value IS 48 (19.14% from 255) = 32.65%

 GREEN value IS 48 (19.14% from 255) = 32.65%

 BLUE value IS 51 (20.31% from 255) = 34.69%

R = 32.65%
G = 32.65%
B = 34.69%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#303033 (or 0x303033) is known color: Bastille. HEX triplet: 30, 30 and 33. RGB value is (48,48,51). Sum of RGB (Red+Green+Blue) = 48+48+51=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 51 - color contains mainly: blue. Hex color #303033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303033 is #CFCFCC. Grayscale: #303030. Windows color (decimal): -13619149 or 3354672. OLE color: 3354672.

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

Color convert

RGB 48 48 51 -
CMYK 0.06 0.06 0 0.8
HSL 240º 0.03% 0.19% -
HSV(B) 240º 0.06% 0.2% -
XYZ 2.87 2.98 3.56 -
YUV 48.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 48 48 51 0.06 0.06 0 0.8 240 0.03 0.19
Hex 30 30 33 6 6 0 50 F0 3 13
Octal 60 60 63 6 6 0 120 360 3 23
Binary 110000 110000 110011 110 110 0 1010000 11110000 11 10011

Color Harmonies of #303033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303033

Black with #303033

Text Example


Text Example

White with #303033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303033; }

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

 H1.HeaderClassName
 {
   color: #303033;
 }
 .AnyTagClassName
 {
   color: #303033;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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