#331529

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

Shades of Blackberry #331529

Tints of Blackberry #331529

Color information

#331529 (or 0x331529) is unknown color: approx Blackberry. HEX triplet: 33, 15 and 29. RGB value is (51,21,41). Sum of RGB (Red+Green+Blue) = 51+21+41=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 41 (16.41% from 255 or 36.28% from 113); Max value from RGB is 51 - color contains mainly: red. Hex color #331529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331529 is #CCEAD6. Grayscale: #202020. Windows color (decimal): -13429463 or 2692403. OLE color: 2692403.

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

Color convert

RGB512141-
CMYK00.590.200.8
HSL320º41.67%14.12%-
HSV(B)320º58.82%20%-
XYZ2.031.42.26-
YUV32.25132.94141.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.13%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 41 (16.41% from 255) = 36.28%
R=45.13%
G=18.58%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51214100.590.200.832041.6714.12
Hex33152903B14501402ae
Octal632551073241205005216
Binary1100111010110100101110111010010100001010000001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331529; }

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

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

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

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

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

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

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

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