#410A30

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

Shades of Blackberry #410A30

Tints of Blackberry #410A30

Color information

#410A30 (or 0x410A30) is unknown color: approx Blackberry. HEX triplet: 41, 0A and 30. RGB value is (65,10,48). Sum of RGB (Red+Green+Blue) = 65+10+48=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #410A30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A30 is #BEF5CF. Grayscale: #1E1E1E. Windows color (decimal): -12514768 or 3148353. OLE color: 3148353.

HSL color Cylindrical-coordinate representation of color #410A30: hue angle of 318.55º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410A30 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB651048-
CMYK00.850.260.75
HSL318.55º73.33%14.71%-
HSV(B)318.55º84.62%25.49%-
XYZ2.821.552.95-
YUV30.78137.72152.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 10 (4.30% from 255) = 8.13%
BLUE value IS 48 (19.14% from 255) = 39.02%
R=52.85%
G=8.13%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65104800.850.260.75318.5573.3314.71
Hex41A300551A4B13f49f
Octal101126001253211347711117
Binary100000110101100000101010111010100101110011111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410A30; }

 p { color: rgb(65,10,48); }

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

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

 a { background-color: rgb(65,10,48); }

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

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

 span { border-color: rgb(65,10,48); }

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