Html Css Color HEX #363343 Revolver

📋 copy color: '#363343'

red 54 ◦ green 51 ◦ blue 67

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

Shades of Revolver #363343

Tints of Revolver #363343

RGB

 RED value IS 54 (21.48% from 255) = 31.4%

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

 BLUE value IS 67 (26.56% from 255) = 38.95%

R = 31.4%
G = 29.65%
B = 38.95%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#363343 (or 0x363343) is known color: 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

RGB 54 51 67 -
CMYK 0.19 0.24 0 0.74
HSL 251.25º 0.14% 0.23% -
HSV(B) 251.25º 0.24% 0.26% -
XYZ 3.72 3.56 5.8 -
YUV 53.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 54 51 67 0.19 0.24 0 0.74 251.25 0.14 0.23
Hex 36 33 43 13 18 0 4A FB E 17
Octal 66 63 103 23 30 0 112 373 16 27
Binary 110110 110011 1000011 10011 11000 0 1001010 11111011 1110 10111

Color Harmonies of #363343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363343

Black with #363343

Text Example


Text Example

White with #363343

Text Example


Text Example

HTML Codes & Css Web 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>