Html Css Color HEX #303034 Bastille

📋 copy color: '#303034'

red 48 ◦ green 48 ◦ blue 52

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

Shades of Bastille #303034

Tints of Bastille #303034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 35.14%

R = 32.43%
G = 32.43%
B = 35.14%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#303034 (or 0x303034) is known color: Bastille. HEX triplet: 30, 30 and 34. RGB value is (48,48,52). Sum of RGB (Red+Green+Blue) = 48+48+52=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 52 - color contains mainly: blue. Hex color #303034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303034 is #CFCFCB. Grayscale: #303030. Windows color (decimal): -13619148 or 3420208. OLE color: 3420208.

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

Color convert

RGB 48 48 52 -
CMYK 0.08 0.08 0 0.80
HSL 240º 0.04% 0.2% -
HSV(B) 240º 0.08% 0.2% -
XYZ 2.9 2.99 3.67 -
YUV 48.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 48 48 52 0.08 0.08 0 0.80 240 0.04 0.2
Hex 30 30 34 8 8 0 50 F0 4 14
Octal 60 60 64 10 10 0 120 360 4 24
Binary 110000 110000 110100 1000 1000 0 1010000 11110000 100 10100

Color Harmonies of #303034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303034

Black with #303034

Text Example


Text Example

White with #303034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303034; }

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

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

background-color css

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

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

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

border-color css

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

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

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