#3B214B

Color #3B214B Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #3B214B

Tints of Jagger #3B214B

Color information

#3B214B (or 0x3B214B) is unknown color: approx Jagger. HEX triplet: 3B, 21 and 4B. RGB value is (59,33,75). Sum of RGB (Red+Green+Blue) = 59+33+75=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B214B is #C4DEB4. Grayscale: #2D2D2D. Windows color (decimal): -12902069 or 4923707. OLE color: 4923707.

HSL color Cylindrical-coordinate representation of color #3B214B: hue angle of 277.14º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B214B is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB593375-
CMYK0.210.5600.71
HSL277.14º38.89%21.18%-
HSV(B)277.14º56%29.41%-
XYZ3.622.536.95-
YUV45.56144.61137.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.33%
GREEN value IS 33 (13.28% from 255) = 19.76%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=35.33%
G=19.76%
B=44.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5933750.210.5600.71277.1438.8921.18
Hex3B214B15380471152715
Octal7341113257001074254725
Binary1110111000011001011101011110000100011110001010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,33,75); }

 H1.HeaderClassName
 {
   color: #3B214B;
 }
 .AnyTagClassName
 {
   color: #3B214B;
 }
</style>
background-color css

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

 a { background-color: rgb(59,33,75); }

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

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

 span { border-color: rgb(59,33,75); }

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