#51133A

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

Shades of Blackberry #51133A

Tints of Blackberry #51133A

Color information

#51133A (or 0x51133A) is unknown color: approx Blackberry. HEX triplet: 51, 13 and 3A. RGB value is (81,19,58). Sum of RGB (Red+Green+Blue) = 81+19+58=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #51133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51133A is #AEECC5. Grayscale: #292929. Windows color (decimal): -11463878 or 3806033. OLE color: 3806033.

HSL color Cylindrical-coordinate representation of color #51133A: hue angle of 322.26º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #51133A is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB811958-
CMYK00.770.280.68
HSL322.26º62%19.61%-
HSV(B)322.26º76.54%31.76%-
XYZ4.392.524.26-
YUV41.98137.04155.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.27%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 58 (23.05% from 255) = 36.71%
R=51.27%
G=12.03%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81195800.770.280.68322.266219.61
Hex51133A04D1C441423e14
Octal12123720115341045027624
Binary1010001100111110100100110111100100010010100001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51133A; }

 p { color: rgb(81,19,58); }

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

<style>
 a { background-color: #51133A; }

 a { background-color: rgb(81,19,58); }

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

<style>
 span { border-color: #51133A; }

 span { border-color: rgb(81,19,58); }

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