Html Css Color HEX #3A363E Jagger

📋 copy color: '#3A363E'

red 58 ◦ green 54 ◦ blue 62

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

Shades of Jagger #3A363E

Tints of Jagger #3A363E

RGB

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

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

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

R = 33.33%
G = 31.03%
B = 35.63%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3A363E (or 0x3A363E) is known color: Jagger. HEX triplet: 3A, 36 and 3E. RGB value is (58,54,62). Sum of RGB (Red+Green+Blue) = 58+54+62=174 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.33% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 62 - color contains mainly: blue. Hex color #3A363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A363E is #C5C9C1. Grayscale: #383838. Windows color (decimal): -12962242 or 4077114. OLE color: 4077114.

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

Color convert

RGB 58 54 62 -
CMYK 0.06 0.13 0 0.76
HSL 270º 0.07% 0.23% -
HSV(B) 270º 0.13% 0.24% -
XYZ 3.93 3.89 5.1 -
YUV 56.11 131.33 129.35 -
System Red Green Blue C M Y K H S L
Decimal 58 54 62 0.06 0.13 0 0.76 270 0.07 0.23
Hex 3A 36 3E 6 D 0 4C 10E 7 17
Octal 72 66 76 6 15 0 114 416 7 27
Binary 111010 110110 111110 110 1101 0 1001100 100001110 111 10111

Color Harmonies of #3A363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A363E

Black with #3A363E

Text Example


Text Example

White with #3A363E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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