#510226

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

Shades of Blackberry #510226

Tints of Blackberry #510226

Color information

#510226 (or 0x510226) is unknown color: approx Blackberry. HEX triplet: 51, 02 and 26. RGB value is (81,2,38). Sum of RGB (Red+Green+Blue) = 81+2+38=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #510226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510226 is #AEFDD9. Grayscale: #1D1D1D. Windows color (decimal): -11468250 or 2490961. OLE color: 2490961.

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

Color convert

RGB81238-
CMYK00.980.530.68
HSL332.66º95.18%16.27%-
HSV(B)332.66º97.53%31.76%-
XYZ3.761.932.01-
YUV29.72132.67164.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.94%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=66.94%
G=1.65%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8123800.980.530.68332.6695.1816.27
Hex51226062354414d5f10
Octal12124601426510451513720
Binary101000110100110011000101101011000100101001101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510226; }

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

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

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

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

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

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

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

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