Html Css Color HEX #333241 Revolver

📋 copy color: '#333241'

red 51 ◦ green 50 ◦ blue 65

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

Shades of Revolver #333241

Tints of Revolver #333241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 39.16%

R = 30.72%
G = 30.12%
B = 39.16%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#333241 (or 0x333241) is known color: Revolver. HEX triplet: 33, 32 and 41. RGB value is (51,50,65). Sum of RGB (Red+Green+Blue) = 51+50+65=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 65 - color contains mainly: blue. Hex color #333241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333241 is #CCCDBE. Grayscale: #333333. Windows color (decimal): -13422015 or 4272691. OLE color: 4272691.

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

Color convert

RGB 51 50 65 -
CMYK 0.22 0.23 0 0.75
HSL 244º 0.13% 0.23% -
HSV(B) 244º 0.23% 0.25% -
XYZ 3.46 3.37 5.47 -
YUV 52.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 51 50 65 0.22 0.23 0 0.75 244 0.13 0.23
Hex 33 32 41 16 17 0 4B F4 D 17
Octal 63 62 101 26 27 0 113 364 15 27
Binary 110011 110010 1000001 10110 10111 0 1001011 11110100 1101 10111

Color Harmonies of #333241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333241

Black with #333241

Text Example


Text Example

White with #333241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333241; }

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

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

background-color css

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

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

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

border-color css

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

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

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