Html Css Color HEX #303032 Bastille

📋 copy color: '#303032'

red 48 ◦ green 48 ◦ blue 50

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

Shades of Bastille #303032

Tints of Bastille #303032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 34.25%

R = 32.88%
G = 32.88%
B = 34.25%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#303032 (or 0x303032) is known color: Bastille. HEX triplet: 30, 30 and 32. RGB value is (48,48,50). Sum of RGB (Red+Green+Blue) = 48+48+50=146 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.88% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 50 - color contains mainly: blue. Hex color #303032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303032 is #CFCFCD. Grayscale: #303030. Windows color (decimal): -13619150 or 3289136. OLE color: 3289136.

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

Color convert

RGB 48 48 50 -
CMYK 0.04 0.04 0 0.80
HSL 240º 0.02% 0.19% -
HSV(B) 240º 0.04% 0.2% -
XYZ 2.85 2.97 3.44 -
YUV 48.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 48 48 50 0.04 0.04 0 0.80 240 0.02 0.19
Hex 30 30 32 4 4 0 50 F0 2 13
Octal 60 60 62 4 4 0 120 360 2 23
Binary 110000 110000 110010 100 100 0 1010000 11110000 10 10011

Color Harmonies of #303032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303032

Black with #303032

Text Example


Text Example

White with #303032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303032; }

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

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

background-color css

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

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

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

border-color css

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

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

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