#410632

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

Shades of Blackberry #410632

Tints of Blackberry #410632

Color information

#410632 (or 0x410632) is unknown color: approx Blackberry. HEX triplet: 41, 06 and 32. RGB value is (65,6,50). Sum of RGB (Red+Green+Blue) = 65+6+50=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #410632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410632 is #BEF9CD. Grayscale: #1C1C1C. Windows color (decimal): -12515790 or 3278401. OLE color: 3278401.

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

Color convert

RGB65650-
CMYK00.910.230.75
HSL315.25º83.1%13.92%-
HSV(B)315.25º90.77%25.49%-
XYZ2.821.483.16-
YUV28.66140.05153.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.72%
GREEN value IS 6 (2.73% from 255) = 4.96%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=53.72%
G=4.96%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6565000.910.230.75315.2583.113.92
Hex4163205B174B13b53e
Octal10166201332711347312316
Binary10000011101100100101101110111100101110011101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410632; }

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

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

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

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

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

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

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

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