#331527

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

Shades of Blackberry #331527

Tints of Blackberry #331527

Color information

#331527 (or 0x331527) is unknown color: approx Blackberry. HEX triplet: 33, 15 and 27. RGB value is (51,21,39). Sum of RGB (Red+Green+Blue) = 51+21+39=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 39 (15.62% from 255 or 35.14% from 111); Max value from RGB is 51 - color contains mainly: red. Hex color #331527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331527 is #CCEAD8. Grayscale: #1F1F1F. Windows color (decimal): -13429465 or 2561331. OLE color: 2561331.

HSL color Cylindrical-coordinate representation of color #331527: hue angle of 324º 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 #331527 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.8.

Color convert

RGB512139-
CMYK00.590.240.8
HSL324º41.67%14.12%-
HSV(B)324º58.82%20%-
XYZ21.392.08-
YUV32.02131.94141.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.95%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 39 (15.62% from 255) = 35.14%
R=45.95%
G=18.92%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51213900.590.240.832441.6714.12
Hex33152703B18501442ae
Octal632547073301205045216
Binary1100111010110011101110111100010100001010001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331527; }

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

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

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

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

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

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

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

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