Html Css Color HEX #3B2952 Jagger

📋 copy color: '#3B2952'

red 59 ◦ green 41 ◦ blue 82

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

Shades of Jagger #3B2952

Tints of Jagger #3B2952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.53%

 BLUE value IS 82 (32.42% from 255) = 45.05%

R = 32.42%
G = 22.53%
B = 45.05%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3B2952 (or 0x3B2952) is known color: Jagger. HEX triplet: 3B, 29 and 52. RGB value is (59,41,82). Sum of RGB (Red+Green+Blue) = 59+41+82=182 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.42% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 82 (32.42% from 255 or 45.05% from 182); Max value from RGB is 82 - color contains mainly: blue. Hex color #3B2952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2952 is #C4D6AD. Grayscale: #323232. Windows color (decimal): -12900014 or 5384507. OLE color: 5384507.

HSL color Cylindrical-coordinate representation of color #3B2952: hue angle of 266.34º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B2952 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 59 41 82 -
CMYK 0.28 0.50 0 0.68
HSL 266.34º 0.33% 0.24% -
HSV(B) 266.34º 0.5% 0.32% -
XYZ 4.12 3.12 8.37 -
YUV 51.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 59 41 82 0.28 0.50 0 0.68 266.34 0.33 0.24
Hex 3B 29 52 1C 32 0 44 10A 21 18
Octal 73 51 122 34 62 0 104 412 41 30
Binary 111011 101001 1010010 11100 110010 0 1000100 100001010 100001 11000

Color Harmonies of #3B2952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2952

Black with #3B2952

Text Example


Text Example

White with #3B2952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,41,82); }

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

background-color css

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

 a { background-color: rgb(59,41,82); }

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

border-color css

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

 span { border-color: rgb(59,41,82); }

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