#363343

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

Shades of Revolver #363343

Tints of Revolver #363343

Color information

#363343 (or 0x363343) is unknown color: approx Revolver. HEX triplet: 36, 33 and 43. RGB value is (54,51,67). Sum of RGB (Red+Green+Blue) = 54+51+67=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 67 - color contains mainly: blue. Hex color #363343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363343 is #C9CCBC. Grayscale: #353535. Windows color (decimal): -13225149 or 4404022. OLE color: 4404022.

HSL color Cylindrical-coordinate representation of color #363343: hue angle of 251.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #363343 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB545167-
CMYK0.190.2400.74
HSL251.25º13.56%23.14%-
HSV(B)251.25º23.88%26.27%-
XYZ3.723.565.8-
YUV53.72135.49128.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.40%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 67 (26.56% from 255) = 38.95%
R=31.40%
G=29.65%
B=38.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5451670.190.2400.74251.2513.5623.14
Hex363343131804Afbe17
Octal6663103233001123731627
Binary110110110011100001110011110000100101011111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363343; }

 p { color: rgb(54,51,67); }

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

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

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

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

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

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

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