#500B28

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

Shades of Blackberry #500B28

Tints of Blackberry #500B28

Color information

#500B28 (or 0x500B28) is unknown color: approx Blackberry. HEX triplet: 50, 0B and 28. RGB value is (80,11,40). Sum of RGB (Red+Green+Blue) = 80+11+40=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #500B28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500B28 is #AFF4D7. Grayscale: #222222. Windows color (decimal): -11531480 or 2624336. OLE color: 2624336.

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

Color convert

RGB801140-
CMYK00.860.50.69
HSL334.78º75.82%17.84%-
HSV(B)334.78º86.25%31.37%-
XYZ3.812.12.21-
YUV34.94130.86160.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 61.07%
GREEN value IS 11 (4.69% from 255) = 8.40%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=61.07%
G=8.40%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80114000.860.50.69334.7875.8217.84
Hex50B28056324514f4c12
Octal120135001266210551711422
Binary10100001011101000010101101100101000101101001111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500B28; }

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

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

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

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

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

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

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

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