#500028

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

Shades of Blackberry #500028

Tints of Blackberry #500028

Color information

#500028 (or 0x500028) is unknown color: approx Blackberry. HEX triplet: 50, 00 and 28. RGB value is (80,0,40). Sum of RGB (Red+Green+Blue) = 80+0+40=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 40 (16.02% from 255 or 33.33% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #500028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500028 is #AFFFD7. Grayscale: #1C1C1C. Windows color (decimal): -11534296 or 2621520. OLE color: 2621520.

HSL color Cylindrical-coordinate representation of color #500028: hue angle of 330º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500028 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB80040-
CMYK010.50.69
HSL330º100%15.69%-
HSV(B)330º100%31.37%-
XYZ3.691.862.17-
YUV28.48134.5164.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 40 (16.02% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80040010.50.6933010015.69
Hex50028064324514a6410
Octal12005001446210551214420
Binary10100000101000011001001100101000101101001010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500028; }

 p { color: rgb(80,0,40); }

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

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

 a { background-color: rgb(80,0,40); }

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

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

 span { border-color: rgb(80,0,40); }

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