#331329

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

Shades of Blackberry #331329

Tints of Blackberry #331329

Color information

#331329 (or 0x331329) is unknown color: approx Blackberry. HEX triplet: 33, 13 and 29. RGB value is (51,19,41). Sum of RGB (Red+Green+Blue) = 51+19+41=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #331329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331329 is #CCECD6. Grayscale: #1F1F1F. Windows color (decimal): -13429975 or 2691891. OLE color: 2691891.

HSL color Cylindrical-coordinate representation of color #331329: hue angle of 318.75º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #331329 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB511941-
CMYK00.630.200.8
HSL318.75º45.71%13.73%-
HSV(B)318.75º62.75%20%-
XYZ21.332.25-
YUV31.08133.6142.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 41 (16.41% from 255) = 36.94%
R=45.95%
G=17.12%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51194100.630.200.8318.7545.7113.73
Hex33132903F145013f2ee
Octal632351077241204775616
Binary1100111001110100101111111010010100001001111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331329; }

 p { color: rgb(51,19,41); }

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

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

 a { background-color: rgb(51,19,41); }

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

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

 span { border-color: rgb(51,19,41); }

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