#410629

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

Shades of Blackberry #410629

Tints of Blackberry #410629

Color information

#410629 (or 0x410629) is unknown color: approx Blackberry. HEX triplet: 41, 06 and 29. RGB value is (65,6,41). Sum of RGB (Red+Green+Blue) = 65+6+41=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #410629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410629 is #BEF9D6. Grayscale: #1B1B1B. Windows color (decimal): -12515799 or 2688577. OLE color: 2688577.

HSL color Cylindrical-coordinate representation of color #410629: hue angle of 324.41º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410629 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB65641-
CMYK00.910.370.75
HSL324.41º83.1%13.92%-
HSV(B)324.41º90.77%25.49%-
XYZ2.651.412.23-
YUV27.63135.55154.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 6 (2.73% from 255) = 5.36%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=58.04%
G=5.36%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6564100.910.370.75324.4183.113.92
Hex4162905B254B14453e
Octal10165101334511350412316
Binary100000111010100101011011100101100101110100010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410629; }

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

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

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

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

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

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

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

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