#500C28

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

Shades of Blackberry #500C28

Tints of Blackberry #500C28

Color information

#500C28 (or 0x500C28) is unknown color: approx Blackberry. HEX triplet: 50, 0C and 28. RGB value is (80,12,40). Sum of RGB (Red+Green+Blue) = 80+12+40=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #500C28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500C28 is #AFF3D7. Grayscale: #232323. Windows color (decimal): -11531224 or 2624592. OLE color: 2624592.

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

Color convert

RGB801240-
CMYK00.850.50.69
HSL335.29º73.91%18.04%-
HSV(B)335.29º85%31.37%-
XYZ3.822.122.22-
YUV35.52130.53159.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 60.61%
GREEN value IS 12 (5.08% from 255) = 9.09%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=60.61%
G=9.09%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.5
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80124000.850.50.69335.2973.9118.04
Hex50C28055324514f4a12
Octal120145001256210551711222
Binary10100001100101000010101011100101000101101001111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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