#410424

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

Shades of Blackberry #410424

Tints of Blackberry #410424

Color information

#410424 (or 0x410424) is unknown color: approx Blackberry. HEX triplet: 41, 04 and 24. RGB value is (65,4,36). Sum of RGB (Red+Green+Blue) = 65+4+36=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #410424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410424 is #BEFBDB. Grayscale: #191919. Windows color (decimal): -12516316 or 2360385. OLE color: 2360385.

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

Color convert

RGB65436-
CMYK00.940.450.75
HSL328.52º88.41%13.53%-
HSV(B)328.52º93.85%25.49%-
XYZ2.541.341.79-
YUV25.89133.71155.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.90%
GREEN value IS 4 (1.95% from 255) = 3.81%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=61.90%
G=3.81%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6543600.940.450.75328.5288.4113.53
Hex4142405E2D4B14958e
Octal10144401365511351113016
Binary100000110010010001011110101101100101110100100110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410424; }

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

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

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

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

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

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

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

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