#500F3A

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

Shades of Blackberry #500F3A

Tints of Blackberry #500F3A

Color information

#500F3A (or 0x500F3A) is unknown color: approx Blackberry. HEX triplet: 50, 0F and 3A. RGB value is (80,15,58). Sum of RGB (Red+Green+Blue) = 80+15+58=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #500F3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500F3A is #AFF0C5. Grayscale: #272727. Windows color (decimal): -11530438 or 3805008. OLE color: 3805008.

HSL color Cylindrical-coordinate representation of color #500F3A: hue angle of 320.31º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #500F3A is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB801558-
CMYK00.810.280.69
HSL320.31º68.42%18.63%-
HSV(B)320.31º81.25%31.37%-
XYZ4.242.354.23-
YUV39.34138.53157-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.29%
GREEN value IS 15 (6.25% from 255) = 9.80%
BLUE value IS 58 (23.05% from 255) = 37.91%
R=52.29%
G=9.80%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80155800.810.280.69320.3168.4218.63
Hex50F3A0511C451404413
Octal120177201213410550010423
Binary1010000111111101001010001111001000101101000000100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,15,58); }

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

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

 a { background-color: rgb(80,15,58); }

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

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

 span { border-color: rgb(80,15,58); }

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