#410A2D

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

Shades of Blackberry #410A2D

Tints of Blackberry #410A2D

Color information

#410A2D (or 0x410A2D) is unknown color: approx Blackberry. HEX triplet: 41, 0A and 2D. RGB value is (65,10,45). Sum of RGB (Red+Green+Blue) = 65+10+45=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #410A2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A2D is #BEF5D2. Grayscale: #1E1E1E. Windows color (decimal): -12514771 or 2951745. OLE color: 2951745.

HSL color Cylindrical-coordinate representation of color #410A2D: hue angle of 321.82º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410A2D is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB651045-
CMYK00.850.310.75
HSL321.82º73.33%14.71%-
HSV(B)321.82º84.62%25.49%-
XYZ2.761.532.63-
YUV30.44136.22152.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 10 (4.30% from 255) = 8.33%
BLUE value IS 45 (17.97% from 255) = 37.5%
R=54.17%
G=8.33%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65104500.850.310.75321.8273.3314.71
Hex41A2D0551F4B14249f
Octal101125501253711350211117
Binary100000110101011010101010111111100101110100001010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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