Html Css Color HEX #352743 Jagger

📋 copy color: '#352743'

red 53 ◦ green 39 ◦ blue 67

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

Shades of Jagger #352743

Tints of Jagger #352743

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.53%

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

R = 33.33%
G = 24.53%
B = 42.14%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#352743 (or 0x352743) is known color: Jagger. HEX triplet: 35, 27 and 43. RGB value is (53,39,67). Sum of RGB (Red+Green+Blue) = 53+39+67=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 67 - color contains mainly: blue. Hex color #352743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352743 is #CAD8BC. Grayscale: #2E2E2E. Windows color (decimal): -13293757 or 4400949. OLE color: 4400949.

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

Color convert

RGB 53 39 67 -
CMYK 0.21 0.42 0 0.74
HSL 270º 0.26% 0.21% -
HSV(B) 270º 0.42% 0.26% -
XYZ 3.21 2.61 5.65 -
YUV 46.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 53 39 67 0.21 0.42 0 0.74 270 0.26 0.21
Hex 35 27 43 15 2A 0 4A 10E 1A 15
Octal 65 47 103 25 52 0 112 416 32 25
Binary 110101 100111 1000011 10101 101010 0 1001010 100001110 11010 10101

Color Harmonies of #352743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352743

Black with #352743

Text Example


Text Example

White with #352743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352743; }

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

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

background-color css

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

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

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

border-color css

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

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

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