Html Css Color HEX #333335 Bastille

📋 copy color: '#333335'

red 51 ◦ green 51 ◦ blue 53

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

Shades of Bastille #333335

Tints of Bastille #333335

RGB

 RED value IS 51 (20.31% from 255) = 32.9%

 GREEN value IS 51 (20.31% from 255) = 32.9%

 BLUE value IS 53 (21.09% from 255) = 34.19%

R = 32.9%
G = 32.9%
B = 34.19%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#333335 (or 0x333335) is known color: Bastille. HEX triplet: 33, 33 and 35. RGB value is (51,51,53). Sum of RGB (Red+Green+Blue) = 51+51+53=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 53 - color contains mainly: blue. Hex color #333335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333335 is #CCCCCA. Grayscale: #333333. Windows color (decimal): -13421771 or 3486515. OLE color: 3486515.

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

Color convert

RGB 51 51 53 -
CMYK 0.04 0.04 0 0.79
HSL 240º 0.02% 0.2% -
HSV(B) 240º 0.04% 0.21% -
XYZ 3.19 3.33 3.84 -
YUV 51.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 51 51 53 0.04 0.04 0 0.79 240 0.02 0.2
Hex 33 33 35 4 4 0 4F F0 2 14
Octal 63 63 65 4 4 0 117 360 2 24
Binary 110011 110011 110101 100 100 0 1001111 11110000 10 10100

Color Harmonies of #333335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333335

Black with #333335

Text Example


Text Example

White with #333335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333335; }

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

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

background-color css

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

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

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

border-color css

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

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

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