#410828

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

Shades of Blackberry #410828

Tints of Blackberry #410828

Color information

#410828 (or 0x410828) is unknown color: approx Blackberry. HEX triplet: 41, 08 and 28. RGB value is (65,8,40). Sum of RGB (Red+Green+Blue) = 65+8+40=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 40 (16.02% from 255 or 35.40% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #410828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410828 is #BEF7D7. Grayscale: #1C1C1C. Windows color (decimal): -12515288 or 2623553. OLE color: 2623553.

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

Color convert

RGB65840-
CMYK00.880.380.75
HSL326.32º78.08%14.31%-
HSV(B)326.32º87.69%25.49%-
XYZ2.651.452.15-
YUV28.69134.38153.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 40 (16.02% from 255) = 35.40%
R=57.52%
G=7.08%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6584000.880.380.75326.3278.0814.31
Hex41828058264B1464ee
Octal101105001304611350611616
Binary1000001100010100001011000100110100101110100011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410828; }

 p { color: rgb(65,8,40); }

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

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

 a { background-color: rgb(65,8,40); }

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

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

 span { border-color: rgb(65,8,40); }

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