Html Css Color HEX #352843 Jagger

📋 copy color: '#352843'

red 53 ◦ green 40 ◦ blue 67

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

Shades of Jagger #352843

Tints of Jagger #352843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 41.88%

R = 33.13%
G = 25%
B = 41.88%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#352843 (or 0x352843) is known color: Jagger. HEX triplet: 35, 28 and 43. RGB value is (53,40,67). Sum of RGB (Red+Green+Blue) = 53+40+67=160 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.12% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 67 - color contains mainly: blue. Hex color #352843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352843 is #CAD7BC. Grayscale: #2E2E2E. Windows color (decimal): -13293501 or 4401205. OLE color: 4401205.

HSL color Cylindrical-coordinate representation of color #352843: hue angle of 268.89º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352843 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 40 67 -
CMYK 0.21 0.40 0 0.74
HSL 268.89º 0.25% 0.21% -
HSV(B) 268.89º 0.4% 0.26% -
XYZ 3.24 2.68 5.66 -
YUV 46.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 53 40 67 0.21 0.40 0 0.74 268.89 0.25 0.21
Hex 35 28 43 15 28 0 4A 10D 19 15
Octal 65 50 103 25 50 0 112 415 31 25
Binary 110101 101000 1000011 10101 101000 0 1001010 100001101 11001 10101

Color Harmonies of #352843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352843

Black with #352843

Text Example


Text Example

White with #352843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352843; }

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

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

background-color css

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

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

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

border-color css

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

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

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