#410521

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

Shades of Blackberry #410521

Tints of Blackberry #410521

Color information

#410521 (or 0x410521) is unknown color: approx Blackberry. HEX triplet: 41, 05 and 21. RGB value is (65,5,33). Sum of RGB (Red+Green+Blue) = 65+5+33=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #410521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410521 is #BEFADE. Grayscale: #1A1A1A. Windows color (decimal): -12516063 or 2164033. OLE color: 2164033.

HSL color Cylindrical-coordinate representation of color #410521: hue angle of 332º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410521 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB65533-
CMYK00.920.490.75
HSL332º85.71%13.73%-
HSV(B)332º92.31%25.49%-
XYZ2.511.341.57-
YUV26.13131.88155.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.11%
GREEN value IS 5 (2.34% from 255) = 4.85%
BLUE value IS 33 (13.28% from 255) = 32.04%
R=63.11%
G=4.85%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6553300.920.490.7533285.7113.73
Hex4152105C314B14c56e
Octal10154101346111351412616
Binary100000110110000101011100110001100101110100110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410521; }

 p { color: rgb(65,5,33); }

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

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

 a { background-color: rgb(65,5,33); }

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

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

 span { border-color: rgb(65,5,33); }

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