#51193E

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

Shades of Blackberry #51193E

Tints of Blackberry #51193E

Color information

#51193E (or 0x51193E) is unknown color: approx Blackberry. HEX triplet: 51, 19 and 3E. RGB value is (81,25,62). Sum of RGB (Red+Green+Blue) = 81+25+62=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #51193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51193E is #AEE6C1. Grayscale: #2D2D2D. Windows color (decimal): -11462338 or 4069713. OLE color: 4069713.

HSL color Cylindrical-coordinate representation of color #51193E: hue angle of 320.36º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51193E is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB812562-
CMYK00.690.230.68
HSL320.36º52.83%20.78%-
HSV(B)320.36º69.14%31.76%-
XYZ4.612.794.85-
YUV45.96137.05152.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.21%
GREEN value IS 25 (10.16% from 255) = 14.88%
BLUE value IS 62 (24.61% from 255) = 36.90%
R=48.21%
G=14.88%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81256200.690.230.68320.3652.8320.78
Hex51193E04517441403515
Octal12131760105271045006525
Binary1010001110011111100100010110111100010010100000011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51193E; }

 p { color: rgb(81,25,62); }

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

<style>
 a { background-color: #51193E; }

 a { background-color: rgb(81,25,62); }

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

<style>
 span { border-color: #51193E; }

 span { border-color: rgb(81,25,62); }

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