#510426

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

Shades of Blackberry #510426

Tints of Blackberry #510426

Color information

#510426 (or 0x510426) is unknown color: approx Blackberry. HEX triplet: 51, 04 and 26. RGB value is (81,4,38). Sum of RGB (Red+Green+Blue) = 81+4+38=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #510426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510426 is #AEFBD9. Grayscale: #1E1E1E. Windows color (decimal): -11467738 or 2491473. OLE color: 2491473.

HSL color Cylindrical-coordinate representation of color #510426: hue angle of 333.51º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510426 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.68.

Color convert

RGB81438-
CMYK00.950.530.68
HSL333.51º90.59%16.67%-
HSV(B)333.51º95.06%31.76%-
XYZ3.791.982.02-
YUV30.9132.01163.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.85%
GREEN value IS 4 (1.95% from 255) = 3.25%
BLUE value IS 38 (15.23% from 255) = 30.89%
R=65.85%
G=3.25%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8143800.950.530.68333.5190.5916.67
Hex5142605F354414e5b11
Octal12144601376510451613321
Binary1010001100100110010111111101011000100101001110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510426; }

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

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

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

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

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

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

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

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