#410733

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

Shades of Blackberry #410733

Tints of Blackberry #410733

Color information

#410733 (or 0x410733) is unknown color: approx Blackberry. HEX triplet: 41, 07 and 33. RGB value is (65,7,51). Sum of RGB (Red+Green+Blue) = 65+7+51=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 51 (20.31% from 255 or 41.46% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #410733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410733 is #BEF8CC. Grayscale: #1D1D1D. Windows color (decimal): -12515533 or 3344193. OLE color: 3344193.

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

Color convert

RGB65751-
CMYK00.890.220.75
HSL314.48º80.56%14.12%-
HSV(B)314.48º89.23%25.49%-
XYZ2.851.513.27-
YUV29.36140.22153.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 7 (3.12% from 255) = 5.69%
BLUE value IS 51 (20.31% from 255) = 41.46%
R=52.85%
G=5.69%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6575100.890.220.75314.4880.5614.12
Hex41733059164B13a51e
Octal10176301312611347212116
Binary10000011111100110101100110110100101110011101010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410733; }

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

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

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

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

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

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

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

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