#410E30

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

Shades of Blackberry #410E30

Tints of Blackberry #410E30

Color information

#410E30 (or 0x410E30) is unknown color: approx Blackberry. HEX triplet: 41, 0E and 30. RGB value is (65,14,48). Sum of RGB (Red+Green+Blue) = 65+14+48=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 14 (5.86% from 255 or 11.02% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #410E30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E30 is #BEF1CF. Grayscale: #212121. Windows color (decimal): -12513744 or 3149377. OLE color: 3149377.

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

Color convert

RGB651448-
CMYK00.780.260.75
HSL320º64.56%15.49%-
HSV(B)320º78.46%25.49%-
XYZ2.871.652.96-
YUV33.12136.4150.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 14 (5.86% from 255) = 11.02%
BLUE value IS 48 (19.14% from 255) = 37.80%
R=51.18%
G=11.02%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65144800.780.260.7532064.5615.49
Hex41E3004E1A4B14041f
Octal101166001163211350010117
Binary100000111101100000100111011010100101110100000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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