#410E24

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

Shades of Blackberry #410E24

Tints of Blackberry #410E24

Color information

#410E24 (or 0x410E24) is unknown color: approx Blackberry. HEX triplet: 41, 0E and 24. RGB value is (65,14,36). Sum of RGB (Red+Green+Blue) = 65+14+36=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #410E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E24 is #BEF1DB. Grayscale: #1F1F1F. Windows color (decimal): -12513756 or 2362945. OLE color: 2362945.

HSL color Cylindrical-coordinate representation of color #410E24: hue angle of 334.12º 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 #410E24 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB651436-
CMYK00.780.450.75
HSL334.12º64.56%15.49%-
HSV(B)334.12º78.46%25.49%-
XYZ2.661.571.83-
YUV31.76130.4151.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 14 (5.86% from 255) = 12.17%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=56.52%
G=12.17%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65143600.780.450.75334.1264.5615.49
Hex41E2404E2D4B14e41f
Octal101164401165511351610117
Binary1000001111010010001001110101101100101110100111010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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