#410F29

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

Shades of Blackberry #410F29

Tints of Blackberry #410F29

Color information

#410F29 (or 0x410F29) is unknown color: approx Blackberry. HEX triplet: 41, 0F and 29. RGB value is (65,15,41). Sum of RGB (Red+Green+Blue) = 65+15+41=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #410F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F29 is #BEF0D6. Grayscale: #202020. Windows color (decimal): -12513495 or 2690881. OLE color: 2690881.

HSL color Cylindrical-coordinate representation of color #410F29: hue angle of 328.8º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #410F29 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB651541-
CMYK00.770.370.75
HSL328.8º62.5%15.69%-
HSV(B)328.8º76.92%25.49%-
XYZ2.751.632.27-
YUV32.91132.56150.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 15 (6.25% from 255) = 12.40%
BLUE value IS 41 (16.41% from 255) = 33.88%
R=53.72%
G=12.40%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65154100.770.370.75328.862.515.69
Hex41F2904D254B1493e10
Octal10117510115451135117620
Binary1000001111110100101001101100101100101110100100111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,15,41); }

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

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

 a { background-color: rgb(65,15,41); }

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

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

 span { border-color: rgb(65,15,41); }

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