Html Css Color HEX #303035 Bastille

📋 copy color: '#303035'

red 48 ◦ green 48 ◦ blue 53

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

Shades of Bastille #303035

Tints of Bastille #303035

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 value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#303035 (or 0x303035) is known color: 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

RGB 48 48 53 -
CMYK 0.09 0.09 0 0.79
HSL 240º 0.05% 0.2% -
HSV(B) 240º 0.09% 0.21% -
XYZ 2.92 3 3.79 -
YUV 48.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 48 48 53 0.09 0.09 0 0.79 240 0.05 0.2
Hex 30 30 35 9 9 0 4F F0 5 14
Octal 60 60 65 11 11 0 117 360 5 24
Binary 110000 110000 110101 1001 1001 0 1001111 11110000 101 10100

Color Harmonies of #303035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303035

Black with #303035

Text Example


Text Example

White with #303035

Text Example


Text Example

HTML Codes & Css Web 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>