Html Css Color HEX #352D3B Jagger

📋 copy color: '#352D3B'

red 53 ◦ green 45 ◦ blue 59

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

Shades of Jagger #352D3B

Tints of Jagger #352D3B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.66%

 BLUE value IS 59 (23.44% from 255) = 37.58%

R = 33.76%
G = 28.66%
B = 37.58%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#352D3B (or 0x352D3B) is known color: Jagger. HEX triplet: 35, 2D and 3B. RGB value is (53,45,59). Sum of RGB (Red+Green+Blue) = 53+45+59=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 59 - color contains mainly: blue. Hex color #352D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D3B is #CAD2C4. Grayscale: #303030. Windows color (decimal): -13292229 or 3878197. OLE color: 3878197.

HSL color Cylindrical-coordinate representation of color #352D3B: hue angle of 274.29º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #352D3B is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 45 59 -
CMYK 0.10 0.24 0 0.77
HSL 274.29º 0.13% 0.2% -
HSV(B) 274.29º 0.24% 0.23% -
XYZ 3.2 2.95 4.54 -
YUV 48.99 133.65 130.86 -
System Red Green Blue C M Y K H S L
Decimal 53 45 59 0.10 0.24 0 0.77 274.29 0.13 0.2
Hex 35 2D 3B A 18 0 4D 112 D 14
Octal 65 55 73 12 30 0 115 422 15 24
Binary 110101 101101 111011 1010 11000 0 1001101 100010010 1101 10100

Color Harmonies of #352D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352D3B

Black with #352D3B

Text Example


Text Example

White with #352D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352D3B; }

 p { color: rgb(53,45,59); }

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

background-color css

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

 a { background-color: rgb(53,45,59); }

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

border-color css

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

 span { border-color: rgb(53,45,59); }

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