Html Css Color HEX #3A323F Jagger

📋 copy color: '#3A323F'

red 58 ◦ green 50 ◦ blue 63

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

Shades of Jagger #3A323F

Tints of Jagger #3A323F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.24%

 BLUE value IS 63 (25% from 255) = 36.84%

R = 33.92%
G = 29.24%
B = 36.84%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A323F (or 0x3A323F) is known color: Jagger. HEX triplet: 3A, 32 and 3F. RGB value is (58,50,63). Sum of RGB (Red+Green+Blue) = 58+50+63=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A323F is #C5CDC0. Grayscale: #353535. Windows color (decimal): -12963265 or 4141626. OLE color: 4141626.

HSL color Cylindrical-coordinate representation of color #3A323F: hue angle of 276.92º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3A323F is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 50 63 -
CMYK 0.08 0.21 0 0.75
HSL 276.92º 0.12% 0.22% -
HSV(B) 276.92º 0.21% 0.25% -
XYZ 3.78 3.54 5.19 -
YUV 53.87 133.15 130.94 -
System Red Green Blue C M Y K H S L
Decimal 58 50 63 0.08 0.21 0 0.75 276.92 0.12 0.22
Hex 3A 32 3F 8 15 0 4B 115 C 16
Octal 72 62 77 10 25 0 113 425 14 26
Binary 111010 110010 111111 1000 10101 0 1001011 100010101 1100 10110

Color Harmonies of #3A323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A323F

Black with #3A323F

Text Example


Text Example

White with #3A323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,50,63); }

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

background-color css

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

 a { background-color: rgb(58,50,63); }

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

border-color css

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

 span { border-color: rgb(58,50,63); }

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