Html Css Color HEX #352641 Jagger

📋 copy color: '#352641'

red 53 ◦ green 38 ◦ blue 65

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

Shades of Jagger #352641

Tints of Jagger #352641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.36%

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

R = 33.97%
G = 24.36%
B = 41.67%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#352641 (or 0x352641) is known color: Jagger. HEX triplet: 35, 26 and 41. RGB value is (53,38,65). Sum of RGB (Red+Green+Blue) = 53+38+65=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #352641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352641 is #CAD9BE. Grayscale: #2D2D2D. Windows color (decimal): -13294015 or 4269621. OLE color: 4269621.

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

Color convert

RGB 53 38 65 -
CMYK 0.18 0.42 0 0.75
HSL 273.33º 0.26% 0.2% -
HSV(B) 273.33º 0.42% 0.25% -
XYZ 3.12 2.52 5.32 -
YUV 45.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 53 38 65 0.18 0.42 0 0.75 273.33 0.26 0.2
Hex 35 26 41 12 2A 0 4B 111 1A 14
Octal 65 46 101 22 52 0 113 421 32 24
Binary 110101 100110 1000001 10010 101010 0 1001011 100010001 11010 10100

Color Harmonies of #352641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352641

Black with #352641

Text Example


Text Example

White with #352641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352641; }

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

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

background-color css

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

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

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

border-color css

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

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

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