Html Css Color HEX #352841 Jagger

📋 copy color: '#352841'

red 53 ◦ green 40 ◦ blue 65

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

Shades of Jagger #352841

Tints of Jagger #352841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.32%

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

R = 33.54%
G = 25.32%
B = 41.14%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352841 (or 0x352841) is known color: Jagger. HEX triplet: 35, 28 and 41. RGB value is (53,40,65). Sum of RGB (Red+Green+Blue) = 53+40+65=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #352841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352841 is #CAD7BE. Grayscale: #2E2E2E. Windows color (decimal): -13293503 or 4270133. OLE color: 4270133.

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

Color convert

RGB 53 40 65 -
CMYK 0.18 0.38 0 0.75
HSL 271.2º 0.24% 0.21% -
HSV(B) 271.2º 0.38% 0.25% -
XYZ 3.18 2.66 5.35 -
YUV 46.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 53 40 65 0.18 0.38 0 0.75 271.2 0.24 0.21
Hex 35 28 41 12 26 0 4B 10F 18 15
Octal 65 50 101 22 46 0 113 417 30 25
Binary 110101 101000 1000001 10010 100110 0 1001011 100001111 11000 10101

Color Harmonies of #352841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352841

Black with #352841

Text Example


Text Example

White with #352841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352841; }

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

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

background-color css

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

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

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

border-color css

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

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

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