#410E2D

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

Shades of Blackberry #410E2D

Tints of Blackberry #410E2D

Color information

#410E2D (or 0x410E2D) is unknown color: approx Blackberry. HEX triplet: 41, 0E and 2D. RGB value is (65,14,45). Sum of RGB (Red+Green+Blue) = 65+14+45=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #410E2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E2D is #BEF1D2. Grayscale: #202020. Windows color (decimal): -12513747 or 2952769. OLE color: 2952769.

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

Color convert

RGB651445-
CMYK00.780.310.75
HSL323.53º64.56%15.49%-
HSV(B)323.53º78.46%25.49%-
XYZ2.811.632.65-
YUV32.78134.9150.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 14 (5.86% from 255) = 11.29%
BLUE value IS 45 (17.97% from 255) = 36.29%
R=52.42%
G=11.29%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65144500.780.310.75323.5364.5615.49
Hex41E2D04E1F4B14441f
Octal101165501163711350410117
Binary100000111101011010100111011111100101110100010010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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