#410D29

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

Shades of Blackberry #410D29

Tints of Blackberry #410D29

Color information

#410D29 (or 0x410D29) is unknown color: approx Blackberry. HEX triplet: 41, 0D and 29. RGB value is (65,13,41). Sum of RGB (Red+Green+Blue) = 65+13+41=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #410D29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D29 is #BEF2D6. Grayscale: #1F1F1F. Windows color (decimal): -12514007 or 2690369. OLE color: 2690369.

HSL color Cylindrical-coordinate representation of color #410D29: hue angle of 327.69º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #410D29 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB651341-
CMYK00.800.370.75
HSL327.69º66.67%15.29%-
HSV(B)327.69º80%25.49%-
XYZ2.721.572.26-
YUV31.74133.23151.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 13 (5.47% from 255) = 10.92%
BLUE value IS 41 (16.41% from 255) = 34.45%
R=54.62%
G=10.92%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65134100.800.370.75327.6966.6715.29
Hex41D29050254B14843f
Octal101155101204511351010317
Binary1000001110110100101010000100101100101110100100010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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