#410324

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

Shades of Blackberry #410324

Tints of Blackberry #410324

Color information

#410324 (or 0x410324) is unknown color: approx Blackberry. HEX triplet: 41, 03 and 24. RGB value is (65,3,36). Sum of RGB (Red+Green+Blue) = 65+3+36=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 36 (14.45% from 255 or 34.62% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #410324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410324 is #BEFCDB. Grayscale: #191919. Windows color (decimal): -12516572 or 2360129. OLE color: 2360129.

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

Color convert

RGB65336-
CMYK00.950.450.75
HSL328.06º91.18%13.33%-
HSV(B)328.06º95.38%25.49%-
XYZ2.531.321.79-
YUV25.3134.04156.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 62.5%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 36 (14.45% from 255) = 34.62%
R=62.5%
G=2.88%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6533600.950.450.75328.0691.1813.33
Hex4132405F2D4B1485bd
Octal10134401375511351013315
Binary10000011110010001011111101101100101110100100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410324; }

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

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

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

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

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

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

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

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