#410833

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

Shades of Blackberry #410833

Tints of Blackberry #410833

Color information

#410833 (or 0x410833) is unknown color: approx Blackberry. HEX triplet: 41, 08 and 33. RGB value is (65,8,51). Sum of RGB (Red+Green+Blue) = 65+8+51=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #410833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410833 is #BEF7CC. Grayscale: #1D1D1D. Windows color (decimal): -12515277 or 3344449. OLE color: 3344449.

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

Color convert

RGB65851-
CMYK00.880.220.75
HSL314.74º78.08%14.31%-
HSV(B)314.74º87.69%25.49%-
XYZ2.861.543.28-
YUV29.94139.88153-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 8 (3.52% from 255) = 6.45%
BLUE value IS 51 (20.31% from 255) = 41.13%
R=52.42%
G=6.45%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6585100.880.220.75314.7478.0814.31
Hex41833058164B13b4ee
Octal101106301302611347311616
Binary100000110001100110101100010110100101110011101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410833; }

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

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

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

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

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

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

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

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