Html Css Color HEX #333340 Revolver

📋 copy color: '#333340'

red 51 ◦ green 51 ◦ blue 64

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

Shades of Revolver #333340

Tints of Revolver #333340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 38.55%

R = 30.72%
G = 30.72%
B = 38.55%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#333340 (or 0x333340) is known color: Revolver. HEX triplet: 33, 33 and 40. RGB value is (51,51,64). Sum of RGB (Red+Green+Blue) = 51+51+64=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 64 - color contains mainly: blue. Hex color #333340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333340 is #CCCCBF. Grayscale: #343434. Windows color (decimal): -13421760 or 4207411. OLE color: 4207411.

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

Color convert

RGB 51 51 64 -
CMYK 0.20 0.20 0 0.75
HSL 240º 0.11% 0.23% -
HSV(B) 240º 0.2% 0.25% -
XYZ 3.47 3.44 5.33 -
YUV 52.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 51 51 64 0.20 0.20 0 0.75 240 0.11 0.23
Hex 33 33 40 14 14 0 4B F0 B 17
Octal 63 63 100 24 24 0 113 360 13 27
Binary 110011 110011 1000000 10100 10100 0 1001011 11110000 1011 10111

Color Harmonies of #333340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333340

Black with #333340

Text Example


Text Example

White with #333340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333340; }

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

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

background-color css

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

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

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

border-color css

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

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

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