Html Css Color HEX #3A353E Jagger

📋 copy color: '#3A353E'

red 58 ◦ green 53 ◦ blue 62

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

Shades of Jagger #3A353E

Tints of Jagger #3A353E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.64%

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

R = 33.53%
G = 30.64%
B = 35.84%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3A353E (or 0x3A353E) is known color: Jagger. HEX triplet: 3A, 35 and 3E. RGB value is (58,53,62). Sum of RGB (Red+Green+Blue) = 58+53+62=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 62 - color contains mainly: blue. Hex color #3A353E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A353E is #C5CAC1. Grayscale: #373737. Windows color (decimal): -12962498 or 4076858. OLE color: 4076858.

HSL color Cylindrical-coordinate representation of color #3A353E: hue angle of 273.33º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3A353E is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 58 53 62 -
CMYK 0.06 0.15 0 0.76
HSL 273.33º 0.08% 0.23% -
HSV(B) 273.33º 0.15% 0.24% -
XYZ 3.89 3.79 5.08 -
YUV 55.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 58 53 62 0.06 0.15 0 0.76 273.33 0.08 0.23
Hex 3A 35 3E 6 F 0 4C 111 8 17
Octal 72 65 76 6 17 0 114 421 10 27
Binary 111010 110101 111110 110 1111 0 1001100 100010001 1000 10111

Color Harmonies of #3A353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A353E

Black with #3A353E

Text Example


Text Example

White with #3A353E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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