Html Css Color HEX #3A363C Jagger

📋 copy color: '#3A363C'

red 58 ◦ green 54 ◦ blue 60

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

Shades of Jagger #3A363C

Tints of Jagger #3A363C

RGB

 RED value IS 58 (23.05% from 255) = 33.72%

 GREEN value IS 54 (21.48% from 255) = 31.4%

 BLUE value IS 60 (23.83% from 255) = 34.88%

R = 33.72%
G = 31.4%
B = 34.88%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3A363C (or 0x3A363C) is known color: Jagger. HEX triplet: 3A, 36 and 3C. RGB value is (58,54,60). Sum of RGB (Red+Green+Blue) = 58+54+60=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 60 - color contains mainly: blue. Hex color #3A363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A363C is #C5C9C3. Grayscale: #373737. Windows color (decimal): -12962244 or 3946042. OLE color: 3946042.

HSL color Cylindrical-coordinate representation of color #3A363C: hue angle of 280º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3A363C is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 58 54 60 -
CMYK 0.03 0.10 0 0.76
HSL 280º 0.05% 0.22% -
HSV(B) 280º 0.1% 0.24% -
XYZ 3.88 3.86 4.82 -
YUV 55.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 58 54 60 0.03 0.10 0 0.76 280 0.05 0.22
Hex 3A 36 3C 3 A 0 4C 118 5 16
Octal 72 66 74 3 12 0 114 430 5 26
Binary 111010 110110 111100 11 1010 0 1001100 100011000 101 10110

Color Harmonies of #3A363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A363C

Black with #3A363C

Text Example


Text Example

White with #3A363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A363C; }

 p { color: rgb(58,54,60); }

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

background-color css

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

 a { background-color: rgb(58,54,60); }

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

border-color css

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

 span { border-color: rgb(58,54,60); }

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