Html Css Color HEX #3B3148 Jagger

📋 copy color: '#3B3148'

red 59 ◦ green 49 ◦ blue 72

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

Shades of Jagger #3B3148

Tints of Jagger #3B3148

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.22%

 BLUE value IS 72 (28.52% from 255) = 40%

R = 32.78%
G = 27.22%
B = 40%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3B3148 (or 0x3B3148) is known color: Jagger. HEX triplet: 3B, 31 and 48. RGB value is (59,49,72). Sum of RGB (Red+Green+Blue) = 59+49+72=180 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.78% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B3148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3148 is #C4CEB7. Grayscale: #363636. Windows color (decimal): -12897976 or 4731195. OLE color: 4731195.

HSL color Cylindrical-coordinate representation of color #3B3148: hue angle of 266.09º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B3148 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 59 49 72 -
CMYK 0.18 0.32 0 0.72
HSL 266.09º 0.19% 0.24% -
HSV(B) 266.09º 0.32% 0.28% -
XYZ 4.07 3.59 6.61 -
YUV 54.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 59 49 72 0.18 0.32 0 0.72 266.09 0.19 0.24
Hex 3B 31 48 12 20 0 48 10A 13 18
Octal 73 61 110 22 40 0 110 412 23 30
Binary 111011 110001 1001000 10010 100000 0 1001000 100001010 10011 11000

Color Harmonies of #3B3148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3148

Black with #3B3148

Text Example


Text Example

White with #3B3148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,49,72); }

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

background-color css

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

 a { background-color: rgb(59,49,72); }

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

border-color css

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

 span { border-color: rgb(59,49,72); }

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