Html Css Color HEX #3B3046 Jagger

📋 copy color: '#3B3046'

red 59 ◦ green 48 ◦ blue 70

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

Shades of Jagger #3B3046

Tints of Jagger #3B3046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.12%

 BLUE value IS 70 (27.73% from 255) = 39.55%

R = 33.33%
G = 27.12%
B = 39.55%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3B3046 (or 0x3B3046) is known color: Jagger. HEX triplet: 3B, 30 and 46. RGB value is (59,48,70). Sum of RGB (Red+Green+Blue) = 59+48+70=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 70 - color contains mainly: blue. Hex color #3B3046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3046 is #C4CFB9. Grayscale: #353535. Windows color (decimal): -12898234 or 4599867. OLE color: 4599867.

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

Color convert

RGB 59 48 70 -
CMYK 0.16 0.31 0 0.73
HSL 270º 0.19% 0.23% -
HSV(B) 270º 0.31% 0.27% -
XYZ 3.97 3.49 6.26 -
YUV 53.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 59 48 70 0.16 0.31 0 0.73 270 0.19 0.23
Hex 3B 30 46 10 1F 0 49 10E 13 17
Octal 73 60 106 20 37 0 111 416 23 27
Binary 111011 110000 1000110 10000 11111 0 1001001 100001110 10011 10111

Color Harmonies of #3B3046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3046

Black with #3B3046

Text Example


Text Example

White with #3B3046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,48,70); }

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

background-color css

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

 a { background-color: rgb(59,48,70); }

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

border-color css

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

 span { border-color: rgb(59,48,70); }

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