Html Css Color HEX #333140 Revolver

📋 copy color: '#333140'

red 51 ◦ green 49 ◦ blue 64

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

Shades of Revolver #333140

Tints of Revolver #333140

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.88%

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

R = 31.1%
G = 29.88%
B = 39.02%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#333140 (or 0x333140) is known color: Revolver. HEX triplet: 33, 31 and 40. RGB value is (51,49,64). Sum of RGB (Red+Green+Blue) = 51+49+64=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 64 (25.39% from 255 or 39.02% from 164); Max value from RGB is 64 - color contains mainly: blue. Hex color #333140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333140 is #CCCEBF. Grayscale: #333333. Windows color (decimal): -13422272 or 4206899. OLE color: 4206899.

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

Color convert

RGB 51 49 64 -
CMYK 0.20 0.23 0 0.75
HSL 248º 0.13% 0.22% -
HSV(B) 248º 0.23% 0.25% -
XYZ 3.39 3.27 5.3 -
YUV 51.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 51 49 64 0.20 0.23 0 0.75 248 0.13 0.22
Hex 33 31 40 14 17 0 4B F8 D 16
Octal 63 61 100 24 27 0 113 370 15 26
Binary 110011 110001 1000000 10100 10111 0 1001011 11111000 1101 10110

Color Harmonies of #333140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333140

Black with #333140

Text Example


Text Example

White with #333140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333140; }

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

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

background-color css

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

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

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

border-color css

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

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

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