#410426

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

Shades of Blackberry #410426

Tints of Blackberry #410426

Color information

#410426 (or 0x410426) is unknown color: approx Blackberry. HEX triplet: 41, 04 and 26. RGB value is (65,4,38). Sum of RGB (Red+Green+Blue) = 65+4+38=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 38 (15.23% from 255 or 35.51% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #410426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410426 is #BEFBD9. Grayscale: #1A1A1A. Windows color (decimal): -12516314 or 2491457. OLE color: 2491457.

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

Color convert

RGB65438-
CMYK00.940.420.75
HSL326.56º88.41%13.53%-
HSV(B)326.56º93.85%25.49%-
XYZ2.571.351.96-
YUV26.12134.71155.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 4 (1.95% from 255) = 3.74%
BLUE value IS 38 (15.23% from 255) = 35.51%
R=60.75%
G=3.74%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.42
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6543800.940.420.75326.5688.4113.53
Hex4142605E2A4B14758e
Octal10144601365211350713016
Binary100000110010011001011110101010100101110100011110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410426; }

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

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

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

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

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

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

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

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