Html Css Color HEX #353438 Revolver

📋 copy color: '#353438'

red 53 ◦ green 52 ◦ blue 56

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

Shades of Revolver #353438

Tints of Revolver #353438

RGB

 RED value IS 53 (21.09% from 255) = 32.92%

 GREEN value IS 52 (20.7% from 255) = 32.3%

 BLUE value IS 56 (22.27% from 255) = 34.78%

R = 32.92%
G = 32.3%
B = 34.78%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#353438 (or 0x353438) is known color: Revolver. HEX triplet: 35, 34 and 38. RGB value is (53,52,56). Sum of RGB (Red+Green+Blue) = 53+52+56=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 56 - color contains mainly: blue. Hex color #353438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353438 is #CACBC7. Grayscale: #343434. Windows color (decimal): -13290440 or 3683381. OLE color: 3683381.

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

Color convert

RGB 53 52 56 -
CMYK 0.05 0.07 0 0.78
HSL 255º 0.04% 0.21% -
HSV(B) 255º 0.07% 0.22% -
XYZ 3.41 3.5 4.24 -
YUV 52.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 53 52 56 0.05 0.07 0 0.78 255 0.04 0.21
Hex 35 34 38 5 7 0 4E FF 4 15
Octal 65 64 70 5 7 0 116 377 4 25
Binary 110101 110100 111000 101 111 0 1001110 11111111 100 10101

Color Harmonies of #353438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353438

Black with #353438

Text Example


Text Example

White with #353438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353438; }

 p { color: rgb(53,52,56); }

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

background-color css

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

 a { background-color: rgb(53,52,56); }

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

border-color css

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

 span { border-color: rgb(53,52,56); }

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