#412C4B

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

Shades of Jagger #412C4B

Tints of Jagger #412C4B

Color information

#412C4B (or 0x412C4B) is unknown color: approx Jagger. HEX triplet: 41, 2C and 4B. RGB value is (65,44,75). Sum of RGB (Red+Green+Blue) = 65+44+75=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: blue. Hex color #412C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C4B is #BED3B4. Grayscale: #353535. Windows color (decimal): -12506037 or 4926529. OLE color: 4926529.

HSL color Cylindrical-coordinate representation of color #412C4B: hue angle of 280.65º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #412C4B is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB654475-
CMYK0.130.4100.71
HSL280.65º26.05%23.33%-
HSV(B)280.65º41.33%29.41%-
XYZ4.353.437.09-
YUV53.81139.96135.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 44 (17.58% from 255) = 23.91%
BLUE value IS 75 (29.69% from 255) = 40.76%
R=35.33%
G=23.91%
B=40.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6544750.130.4100.71280.6526.0523.33
Hex412C4BD290471191a17
Octal10154113155101074313227
Binary100000110110010010111101101001010001111000110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412C4B; }

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

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

<style>
 a { background-color: #412C4B; }

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

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

<style>
 span { border-color: #412C4B; }

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

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