#410D2D

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

Shades of Blackberry #410D2D

Tints of Blackberry #410D2D

Color information

#410D2D (or 0x410D2D) is unknown color: approx Blackberry. HEX triplet: 41, 0D and 2D. RGB value is (65,13,45). Sum of RGB (Red+Green+Blue) = 65+13+45=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #410D2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410D2D is #BEF2D2. Grayscale: #202020. Windows color (decimal): -12514003 or 2952513. OLE color: 2952513.

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

Color convert

RGB651345-
CMYK00.800.310.75
HSL323.08º66.67%15.29%-
HSV(B)323.08º80%25.49%-
XYZ2.81.62.64-
YUV32.2135.23151.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 13 (5.47% from 255) = 10.57%
BLUE value IS 45 (17.97% from 255) = 36.59%
R=52.85%
G=10.57%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65134500.800.310.75323.0866.6715.29
Hex41D2D0501F4B14343f
Octal101155501203711350310317
Binary100000111011011010101000011111100101110100001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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