#41334B

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

Shades of Jagger #41334B

Tints of Jagger #41334B

Color information

#41334B (or 0x41334B) is unknown color: approx Jagger. HEX triplet: 41, 33 and 4B. RGB value is (65,51,75). Sum of RGB (Red+Green+Blue) = 65+51+75=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 75 - color contains mainly: blue. Hex color #41334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41334B is #BECCB4. Grayscale: #393939. Windows color (decimal): -12504245 or 4928321. OLE color: 4928321.

HSL color Cylindrical-coordinate representation of color #41334B: hue angle of 275º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41334B is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB655175-
CMYK0.130.3200.71
HSL275º19.05%24.71%-
HSV(B)275º32%29.41%-
XYZ4.6347.18-
YUV57.92137.64133.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 51 (20.31% from 255) = 26.70%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=34.03%
G=26.70%
B=39.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6551750.130.3200.7127519.0524.71
Hex41334BD200471131319
Octal10163113154001074232331
Binary100000111001110010111101100000010001111000100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41334B; }

 p { color: rgb(65,51,75); }

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

<style>
 a { background-color: #41334B; }

 a { background-color: rgb(65,51,75); }

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

<style>
 span { border-color: #41334B; }

 span { border-color: rgb(65,51,75); }

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