#500B38

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

Shades of Blackberry #500B38

Tints of Blackberry #500B38

Color information

#500B38 (or 0x500B38) is unknown color: approx Blackberry. HEX triplet: 50, 0B and 38. RGB value is (80,11,56). Sum of RGB (Red+Green+Blue) = 80+11+56=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #500B38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500B38 is #AFF4C7. Grayscale: #242424. Windows color (decimal): -11531464 or 3672912. OLE color: 3672912.

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

Color convert

RGB801156-
CMYK00.860.300.69
HSL320.87º75.82%17.84%-
HSV(B)320.87º86.25%31.37%-
XYZ4.142.233.95-
YUV36.76138.86158.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 54.42%
GREEN value IS 11 (4.69% from 255) = 7.48%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=54.42%
G=7.48%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80115600.860.300.69320.8775.8217.84
Hex50B380561E451414c12
Octal120137001263610550111422
Binary1010000101111100001010110111101000101101000001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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