Html Css Color HEX #352941 Jagger

📋 copy color: '#352941'

red 53 ◦ green 41 ◦ blue 65

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

Shades of Jagger #352941

Tints of Jagger #352941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.79%

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

R = 33.33%
G = 25.79%
B = 40.88%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352941 (or 0x352941) is known color: Jagger. HEX triplet: 35, 29 and 41. RGB value is (53,41,65). Sum of RGB (Red+Green+Blue) = 53+41+65=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #352941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352941 is #CAD6BE. Grayscale: #2F2F2F. Windows color (decimal): -13293247 or 4270389. OLE color: 4270389.

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

Color convert

RGB 53 41 65 -
CMYK 0.18 0.37 0 0.75
HSL 270º 0.23% 0.21% -
HSV(B) 270º 0.37% 0.25% -
XYZ 3.22 2.72 5.36 -
YUV 47.32 137.98 132.05 -
System Red Green Blue C M Y K H S L
Decimal 53 41 65 0.18 0.37 0 0.75 270 0.23 0.21
Hex 35 29 41 12 25 0 4B 10E 17 15
Octal 65 51 101 22 45 0 113 416 27 25
Binary 110101 101001 1000001 10010 100101 0 1001011 100001110 10111 10101

Color Harmonies of #352941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352941

Black with #352941

Text Example


Text Example

White with #352941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352941; }

 p { color: rgb(53,41,65); }

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

background-color css

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

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

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

border-color css

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

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

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