#510228

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

Shades of Blackberry #510228

Tints of Blackberry #510228

Color information

#510228 (or 0x510228) is unknown color: approx Blackberry. HEX triplet: 51, 02 and 28. RGB value is (81,2,40). Sum of RGB (Red+Green+Blue) = 81+2+40=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #510228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510228 is #AEFDD7. Grayscale: #1D1D1D. Windows color (decimal): -11468248 or 2622033. OLE color: 2622033.

HSL color Cylindrical-coordinate representation of color #510228: hue angle of 331.14º 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 #510228 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB81240-
CMYK00.980.510.68
HSL331.14º95.18%16.27%-
HSV(B)331.14º97.53%31.76%-
XYZ3.81.952.18-
YUV29.95133.67164.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 65.85%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 40 (16.02% from 255) = 32.52%
R=65.85%
G=1.63%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8124000.980.510.68331.1495.1816.27
Hex51228062334414b5f10
Octal12125001426310451313720
Binary101000110101000011000101100111000100101001011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510228; }

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

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

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

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

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

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

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

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