Html Css Color HEX #3B393D Jagger

📋 copy color: '#3B393D'

red 59 ◦ green 57 ◦ blue 61

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

Shades of Jagger #3B393D

Tints of Jagger #3B393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.2%

 BLUE value IS 61 (24.22% from 255) = 34.46%

R = 33.33%
G = 32.2%
B = 34.46%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3B393D (or 0x3B393D) is known color: Jagger. HEX triplet: 3B, 39 and 3D. RGB value is (59,57,61). Sum of RGB (Red+Green+Blue) = 59+57+61=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B393D is #C4C6C2. Grayscale: #3A3A3A. Windows color (decimal): -12895939 or 4012347. OLE color: 4012347.

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

Color convert

RGB 59 57 61 -
CMYK 0.03 0.07 0 0.76
HSL 270º 0.03% 0.23% -
HSV(B) 270º 0.07% 0.24% -
XYZ 4.11 4.19 5.01 -
YUV 58.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 59 57 61 0.03 0.07 0 0.76 270 0.03 0.23
Hex 3B 39 3D 3 7 0 4C 10E 3 17
Octal 73 71 75 3 7 0 114 416 3 27
Binary 111011 111001 111101 11 111 0 1001100 100001110 11 10111

Color Harmonies of #3B393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B393D

Black with #3B393D

Text Example


Text Example

White with #3B393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,57,61); }

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

background-color css

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

 a { background-color: rgb(59,57,61); }

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

border-color css

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

 span { border-color: rgb(59,57,61); }

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