Html Css Color HEX #352C3E Jagger

📋 copy color: '#352C3E'

red 53 ◦ green 44 ◦ blue 62

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

Shades of Jagger #352C3E

Tints of Jagger #352C3E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.67%

 BLUE value IS 62 (24.61% from 255) = 38.99%

R = 33.33%
G = 27.67%
B = 38.99%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#352C3E (or 0x352C3E) is known color: Jagger. HEX triplet: 35, 2C and 3E. RGB value is (53,44,62). Sum of RGB (Red+Green+Blue) = 53+44+62=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 62 - color contains mainly: blue. Hex color #352C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C3E is #CAD3C1. Grayscale: #303030. Windows color (decimal): -13292482 or 4074549. OLE color: 4074549.

HSL color Cylindrical-coordinate representation of color #352C3E: hue angle of 270º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #352C3E is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 44 62 -
CMYK 0.15 0.29 0 0.76
HSL 270º 0.17% 0.21% -
HSV(B) 270º 0.29% 0.24% -
XYZ 3.24 2.91 4.95 -
YUV 48.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 53 44 62 0.15 0.29 0 0.76 270 0.17 0.21
Hex 35 2C 3E F 1D 0 4C 10E 11 15
Octal 65 54 76 17 35 0 114 416 21 25
Binary 110101 101100 111110 1111 11101 0 1001100 100001110 10001 10101

Color Harmonies of #352C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C3E

Black with #352C3E

Text Example


Text Example

White with #352C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,44,62); }

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

background-color css

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

 a { background-color: rgb(53,44,62); }

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

border-color css

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

 span { border-color: rgb(53,44,62); }

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