#410626

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

Shades of Blackberry #410626

Tints of Blackberry #410626

Color information

#410626 (or 0x410626) is unknown color: approx Blackberry. HEX triplet: 41, 06 and 26. RGB value is (65,6,38). Sum of RGB (Red+Green+Blue) = 65+6+38=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #410626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410626 is #BEF9D9. Grayscale: #1B1B1B. Windows color (decimal): -12515802 or 2491969. OLE color: 2491969.

HSL color Cylindrical-coordinate representation of color #410626: hue angle of 327.46º 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 #410626 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB65638-
CMYK00.910.420.75
HSL327.46º83.1%13.92%-
HSV(B)327.46º90.77%25.49%-
XYZ2.591.391.97-
YUV27.29134.05154.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.63%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 38 (15.23% from 255) = 34.86%
R=59.63%
G=5.50%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6563800.910.420.75327.4683.113.92
Hex4162605B2A4B14753e
Octal10164601335211350712316
Binary100000111010011001011011101010100101110100011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410626; }

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

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

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

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

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

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

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

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