Html Css Color HEX #333240 Revolver

📋 copy color: '#333240'

red 51 ◦ green 50 ◦ blue 64

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

Shades of Revolver #333240

Tints of Revolver #333240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.3%

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

R = 30.91%
G = 30.3%
B = 38.79%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#333240 (or 0x333240) is known color: Revolver. HEX triplet: 33, 32 and 40. RGB value is (51,50,64). Sum of RGB (Red+Green+Blue) = 51+50+64=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 64 - color contains mainly: blue. Hex color #333240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333240 is #CCCDBF. Grayscale: #333333. Windows color (decimal): -13422016 or 4207155. OLE color: 4207155.

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

Color convert

RGB 51 50 64 -
CMYK 0.20 0.22 0 0.75
HSL 244.29º 0.12% 0.22% -
HSV(B) 244.29º 0.22% 0.25% -
XYZ 3.43 3.36 5.32 -
YUV 51.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 51 50 64 0.20 0.22 0 0.75 244.29 0.12 0.22
Hex 33 32 40 14 16 0 4B F4 C 16
Octal 63 62 100 24 26 0 113 364 14 26
Binary 110011 110010 1000000 10100 10110 0 1001011 11110100 1100 10110

Color Harmonies of #333240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333240

Black with #333240

Text Example


Text Example

White with #333240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333240; }

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

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

background-color css

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

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

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

border-color css

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

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

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