Html Css Color HEX #3B3640 Jagger

📋 copy color: '#3B3640'

red 59 ◦ green 54 ◦ blue 64

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

Shades of Jagger #3B3640

Tints of Jagger #3B3640

RGB

 RED value IS 59 (23.44% from 255) = 33.33%

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

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

R = 33.33%
G = 30.51%
B = 36.16%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B3640 (or 0x3B3640) is known color: Jagger. HEX triplet: 3B, 36 and 40. RGB value is (59,54,64). Sum of RGB (Red+Green+Blue) = 59+54+64=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B3640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3640 is #C4C9BF. Grayscale: #383838. Windows color (decimal): -12896704 or 4208187. OLE color: 4208187.

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

Color convert

RGB 59 54 64 -
CMYK 0.08 0.16 0 0.75
HSL 270º 0.08% 0.23% -
HSV(B) 270º 0.16% 0.25% -
XYZ 4.05 3.94 5.4 -
YUV 56.64 132.16 129.69 -
System Red Green Blue C M Y K H S L
Decimal 59 54 64 0.08 0.16 0 0.75 270 0.08 0.23
Hex 3B 36 40 8 10 0 4B 10E 8 17
Octal 73 66 100 10 20 0 113 416 10 27
Binary 111011 110110 1000000 1000 10000 0 1001011 100001110 1000 10111

Color Harmonies of #3B3640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3640

Black with #3B3640

Text Example


Text Example

White with #3B3640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,54,64); }

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

background-color css

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

 a { background-color: rgb(59,54,64); }

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

border-color css

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

 span { border-color: rgb(59,54,64); }

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