#51123C

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

Shades of Blackberry #51123C

Tints of Blackberry #51123C

Color information

#51123C (or 0x51123C) is unknown color: approx Blackberry. HEX triplet: 51, 12 and 3C. RGB value is (81,18,60). Sum of RGB (Red+Green+Blue) = 81+18+60=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #51123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51123C is #AEEDC3. Grayscale: #292929. Windows color (decimal): -11464132 or 3936849. OLE color: 3936849.

HSL color Cylindrical-coordinate representation of color #51123C: hue angle of 320º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51123C is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB811860-
CMYK00.780.260.68
HSL320º63.64%19.41%-
HSV(B)320º77.78%31.76%-
XYZ4.432.514.53-
YUV41.62138.37156.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 50.94%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=50.94%
G=11.32%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81186000.780.260.6832063.6419.41
Hex51123C04E1A441404013
Octal121227401163210450010023
Binary10100011001011110001001110110101000100101000000100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51123C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51123C; }

 p { color: rgb(81,18,60); }

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

<style>
 a { background-color: #51123C; }

 a { background-color: rgb(81,18,60); }

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

<style>
 span { border-color: #51123C; }

 span { border-color: rgb(81,18,60); }

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