#410E2F

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

Shades of Blackberry #410E2F

Tints of Blackberry #410E2F

Color information

#410E2F (or 0x410E2F) is unknown color: approx Blackberry. HEX triplet: 41, 0E and 2F. RGB value is (65,14,47). Sum of RGB (Red+Green+Blue) = 65+14+47=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #410E2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E2F is #BEF1D0. Grayscale: #202020. Windows color (decimal): -12513745 or 3083841. OLE color: 3083841.

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

Color convert

RGB651447-
CMYK00.780.280.75
HSL321.18º64.56%15.49%-
HSV(B)321.18º78.46%25.49%-
XYZ2.851.642.86-
YUV33.01135.9150.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 14 (5.86% from 255) = 11.11%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=51.59%
G=11.11%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65144700.780.280.75321.1864.5615.49
Hex41E2F04E1C4B14141f
Octal101165701163411350110117
Binary100000111101011110100111011100100101110100000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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