#511338

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

Shades of Blackberry #511338

Tints of Blackberry #511338

Color information

#511338 (or 0x511338) is unknown color: approx Blackberry. HEX triplet: 51, 13 and 38. RGB value is (81,19,56). Sum of RGB (Red+Green+Blue) = 81+19+56=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #511338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511338 is #AEECC7. Grayscale: #292929. Windows color (decimal): -11463880 or 3674961. OLE color: 3674961.

HSL color Cylindrical-coordinate representation of color #511338: hue angle of 324.19º 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 #511338 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB811956-
CMYK00.770.310.68
HSL324.19º62%19.61%-
HSV(B)324.19º76.54%31.76%-
XYZ4.342.54-
YUV41.76136.04155.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.92%
GREEN value IS 19 (7.81% from 255) = 12.18%
BLUE value IS 56 (22.27% from 255) = 35.90%
R=51.92%
G=12.18%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81195600.770.310.68324.196219.61
Hex51133804D1F441443e14
Octal12123700115371045047624
Binary1010001100111110000100110111111100010010100010011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511338; }

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

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

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

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

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

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

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

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