#410721

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

Shades of Blackberry #410721

Tints of Blackberry #410721

Color information

#410721 (or 0x410721) is unknown color: approx Blackberry. HEX triplet: 41, 07 and 21. RGB value is (65,7,33). Sum of RGB (Red+Green+Blue) = 65+7+33=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #410721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410721 is #BEF8DE. Grayscale: #1B1B1B. Windows color (decimal): -12515551 or 2164545. OLE color: 2164545.

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

Color convert

RGB65733-
CMYK00.890.490.75
HSL333.1º80.56%14.12%-
HSV(B)333.1º89.23%25.49%-
XYZ2.531.391.57-
YUV27.31131.22154.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.90%
GREEN value IS 7 (3.12% from 255) = 6.67%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=61.90%
G=6.67%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6573300.890.490.75333.180.5614.12
Hex41721059314B14d51e
Octal10174101316111351512116
Binary100000111110000101011001110001100101110100110110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410721; }

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

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

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

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

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

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

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

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