Html Css Color HEX #333341 Revolver

📋 copy color: '#333341'

red 51 ◦ green 51 ◦ blue 65

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

Shades of Revolver #333341

Tints of Revolver #333341

RGB

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

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

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

R = 30.54%
G = 30.54%
B = 38.92%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#333341 (or 0x333341) is known color: Revolver. HEX triplet: 33, 33 and 41. RGB value is (51,51,65). Sum of RGB (Red+Green+Blue) = 51+51+65=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 65 (25.78% from 255 or 38.92% from 167); Max value from RGB is 65 - color contains mainly: blue. Hex color #333341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333341 is #CCCCBE. Grayscale: #343434. Windows color (decimal): -13421759 or 4272947. OLE color: 4272947.

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

Color convert

RGB 51 51 65 -
CMYK 0.22 0.22 0 0.75
HSL 240º 0.12% 0.23% -
HSV(B) 240º 0.22% 0.25% -
XYZ 3.5 3.45 5.48 -
YUV 52.6 135 126.86 -
System Red Green Blue C M Y K H S L
Decimal 51 51 65 0.22 0.22 0 0.75 240 0.12 0.23
Hex 33 33 41 16 16 0 4B F0 C 17
Octal 63 63 101 26 26 0 113 360 14 27
Binary 110011 110011 1000001 10110 10110 0 1001011 11110000 1100 10111

Color Harmonies of #333341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333341

Black with #333341

Text Example


Text Example

White with #333341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333341; }

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

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

background-color css

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

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

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

border-color css

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

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

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