Html Css Color HEX #3A3340 Jagger

📋 copy color: '#3A3340'

red 58 ◦ green 51 ◦ blue 64

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

Shades of Jagger #3A3340

Tints of Jagger #3A3340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.48%

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 33.53%
G = 29.48%
B = 36.99%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A3340 (or 0x3A3340) is known color: Jagger. HEX triplet: 3A, 33 and 40. RGB value is (58,51,64). Sum of RGB (Red+Green+Blue) = 58+51+64=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A3340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3340 is #C5CCBF. Grayscale: #363636. Windows color (decimal): -12963008 or 4207418. OLE color: 4207418.

HSL color Cylindrical-coordinate representation of color #3A3340: hue angle of 272.31º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3A3340 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 51 64 -
CMYK 0.09 0.20 0 0.75
HSL 272.31º 0.11% 0.23% -
HSV(B) 272.31º 0.2% 0.25% -
XYZ 3.85 3.64 5.35 -
YUV 54.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 58 51 64 0.09 0.20 0 0.75 272.31 0.11 0.23
Hex 3A 33 40 9 14 0 4B 110 B 17
Octal 72 63 100 11 24 0 113 420 13 27
Binary 111010 110011 1000000 1001 10100 0 1001011 100010000 1011 10111

Color Harmonies of #3A3340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3340

Black with #3A3340

Text Example


Text Example

White with #3A3340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,51,64); }

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

background-color css

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

 a { background-color: rgb(58,51,64); }

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

border-color css

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

 span { border-color: rgb(58,51,64); }

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