Html Css Color HEX #373441 Revolver

📋 copy color: '#373441'

red 55 ◦ green 52 ◦ blue 65

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

Shades of Revolver #373441

Tints of Revolver #373441

RGB

 RED value IS 55 (21.88% from 255) = 31.98%

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

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

R = 31.98%
G = 30.23%
B = 37.79%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#373441 (or 0x373441) is known color: Revolver. HEX triplet: 37, 34 and 41. RGB value is (55,52,65). Sum of RGB (Red+Green+Blue) = 55+52+65=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #373441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373441 is #C8CBBE. Grayscale: #363636. Windows color (decimal): -13159359 or 4273207. OLE color: 4273207.

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

Color convert

RGB 55 52 65 -
CMYK 0.15 0.20 0 0.75
HSL 253.85º 0.11% 0.23% -
HSV(B) 253.85º 0.2% 0.25% -
XYZ 3.76 3.65 5.51 -
YUV 54.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 55 52 65 0.15 0.20 0 0.75 253.85 0.11 0.23
Hex 37 34 41 F 14 0 4B FE B 17
Octal 67 64 101 17 24 0 113 376 13 27
Binary 110111 110100 1000001 1111 10100 0 1001011 11111110 1011 10111

Color Harmonies of #373441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373441

Black with #373441

Text Example


Text Example

White with #373441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373441; }

 p { color: rgb(55,52,65); }

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

background-color css

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

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

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

border-color css

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

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

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