#410328

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

Shades of Blackberry #410328

Tints of Blackberry #410328

Color information

#410328 (or 0x410328) is unknown color: approx Blackberry. HEX triplet: 41, 03 and 28. RGB value is (65,3,40). Sum of RGB (Red+Green+Blue) = 65+3+40=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #410328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410328 is #BEFCD7. Grayscale: #191919. Windows color (decimal): -12516568 or 2622273. OLE color: 2622273.

HSL color Cylindrical-coordinate representation of color #410328: hue angle of 324.19º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #410328 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB65340-
CMYK00.950.380.75
HSL324.19º91.18%13.33%-
HSV(B)324.19º95.38%25.49%-
XYZ2.61.342.13-
YUV25.76136.04155.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.19%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 40 (16.02% from 255) = 37.04%
R=60.19%
G=2.78%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6534000.950.380.75324.1991.1813.33
Hex4132805F264B1445bd
Octal10135001374611350413315
Binary10000011110100001011111100110100101110100010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410328; }

 p { color: rgb(65,3,40); }

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

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

 a { background-color: rgb(65,3,40); }

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

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

 span { border-color: rgb(65,3,40); }

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