#500F2A

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

Shades of Blackberry #500F2A

Tints of Blackberry #500F2A

Color information

#500F2A (or 0x500F2A) is unknown color: approx Blackberry. HEX triplet: 50, 0F and 2A. RGB value is (80,15,42). Sum of RGB (Red+Green+Blue) = 80+15+42=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #500F2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500F2A is #AFF0D5. Grayscale: #252525. Windows color (decimal): -11530454 or 2756432. OLE color: 2756432.

HSL color Cylindrical-coordinate representation of color #500F2A: hue angle of 335.08º 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 #500F2A is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB801542-
CMYK00.810.480.69
HSL335.08º68.42%18.63%-
HSV(B)335.08º81.25%31.37%-
XYZ3.92.212.41-
YUV37.51130.53158.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 58.39%
GREEN value IS 15 (6.25% from 255) = 10.95%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=58.39%
G=10.95%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80154200.810.480.69335.0868.4218.63
Hex50F2A051304514f4413
Octal120175201216010551710423
Binary10100001111101010010100011100001000101101001111100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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