Html Css Color HEX #352B3D Jagger

📋 copy color: '#352B3D'

red 53 ◦ green 43 ◦ blue 61

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

Shades of Jagger #352B3D

Tints of Jagger #352B3D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.39%

 BLUE value IS 61 (24.22% from 255) = 38.85%

R = 33.76%
G = 27.39%
B = 38.85%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#352B3D (or 0x352B3D) is known color: Jagger. HEX triplet: 35, 2B and 3D. RGB value is (53,43,61). Sum of RGB (Red+Green+Blue) = 53+43+61=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 61 - color contains mainly: blue. Hex color #352B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B3D is #CAD4C2. Grayscale: #2F2F2F. Windows color (decimal): -13292739 or 4008757. OLE color: 4008757.

HSL color Cylindrical-coordinate representation of color #352B3D: hue angle of 273.33º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #352B3D is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 43 61 -
CMYK 0.13 0.30 0 0.76
HSL 273.33º 0.17% 0.2% -
HSV(B) 273.33º 0.3% 0.24% -
XYZ 3.17 2.82 4.79 -
YUV 48.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 53 43 61 0.13 0.30 0 0.76 273.33 0.17 0.2
Hex 35 2B 3D D 1E 0 4C 111 11 14
Octal 65 53 75 15 36 0 114 421 21 24
Binary 110101 101011 111101 1101 11110 0 1001100 100010001 10001 10100

Color Harmonies of #352B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B3D

Black with #352B3D

Text Example


Text Example

White with #352B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,43,61); }

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

background-color css

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

 a { background-color: rgb(53,43,61); }

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

border-color css

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

 span { border-color: rgb(53,43,61); }

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