#410633

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

Shades of Blackberry #410633

Tints of Blackberry #410633

Color information

#410633 (or 0x410633) is unknown color: approx Blackberry. HEX triplet: 41, 06 and 33. RGB value is (65,6,51). Sum of RGB (Red+Green+Blue) = 65+6+51=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #410633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410633 is #BEF9CC. Grayscale: #1C1C1C. Windows color (decimal): -12515789 or 3343937. OLE color: 3343937.

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

Color convert

RGB65651-
CMYK00.910.220.75
HSL314.24º83.1%13.92%-
HSV(B)314.24º90.77%25.49%-
XYZ2.841.493.27-
YUV28.77140.55153.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 53.28%
GREEN value IS 6 (2.73% from 255) = 4.92%
BLUE value IS 51 (20.31% from 255) = 41.80%
R=53.28%
G=4.92%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6565100.910.220.75314.2483.113.92
Hex4163305B164B13a53e
Octal10166301332611347212316
Binary10000011101100110101101110110100101110011101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410633; }

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

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

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

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

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

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

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

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