#333238

Color #333238 Revolver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Revolver #333238

Tints of Revolver #333238

Color information

#333238 (or 0x333238) is unknown color: approx Revolver. HEX triplet: 33, 32 and 38. RGB value is (51,50,56). Sum of RGB (Red+Green+Blue) = 51+50+56=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 56 (22.27% from 255 or 35.67% from 157); Max value from RGB is 56 - color contains mainly: blue. Hex color #333238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333238 is #CCCDC7. Grayscale: #323232. Windows color (decimal): -13422024 or 3682867. OLE color: 3682867.

HSL color Cylindrical-coordinate representation of color #333238: hue angle of 250º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #333238 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB515056-
CMYK0.090.1100.78
HSL250º5.66%20.78%-
HSV(B)250º10.71%21.96%-
XYZ3.223.274.2-
YUV50.98130.83128.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.48%
GREEN value IS 50 (19.92% from 255) = 31.85%
BLUE value IS 56 (22.27% from 255) = 35.67%
R=32.48%
G=31.85%
B=35.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5150560.090.1100.782505.6620.78
Hex3332389B04Efa615
Octal63627011130116372625
Binary11001111001011100010011011010011101111101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333238; }

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

 H1.HeaderClassName
 {
   color: #333238;
 }
 .AnyTagClassName
 {
   color: #333238;
 }
</style>
background-color css

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

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

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

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

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

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