Html Css Color HEX #352943 Jagger

📋 copy color: '#352943'

red 53 ◦ green 41 ◦ blue 67

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

Shades of Jagger #352943

Tints of Jagger #352943

RGB

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

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

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

R = 32.92%
G = 25.47%
B = 41.61%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#352943 (or 0x352943) is known color: Jagger. HEX triplet: 35, 29 and 43. RGB value is (53,41,67). Sum of RGB (Red+Green+Blue) = 53+41+67=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 67 (26.56% from 255 or 41.61% from 161); Max value from RGB is 67 - color contains mainly: blue. Hex color #352943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352943 is #CAD6BC. Grayscale: #2F2F2F. Windows color (decimal): -13293245 or 4401461. OLE color: 4401461.

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

Color convert

RGB 53 41 67 -
CMYK 0.21 0.39 0 0.74
HSL 267.69º 0.24% 0.21% -
HSV(B) 267.69º 0.39% 0.26% -
XYZ 3.27 2.75 5.67 -
YUV 47.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 53 41 67 0.21 0.39 0 0.74 267.69 0.24 0.21
Hex 35 29 43 15 27 0 4A 10C 18 15
Octal 65 51 103 25 47 0 112 414 30 25
Binary 110101 101001 1000011 10101 100111 0 1001010 100001100 11000 10101

Color Harmonies of #352943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352943

Black with #352943

Text Example


Text Example

White with #352943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352943; }

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

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

background-color css

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

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

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

border-color css

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

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

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