#331525

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

Shades of Blackberry #331525

Tints of Blackberry #331525

Color information

#331525 (or 0x331525) is unknown color: approx Blackberry. HEX triplet: 33, 15 and 25. RGB value is (51,21,37). Sum of RGB (Red+Green+Blue) = 51+21+37=109 (14% of max value = 765). Red value is 51 (20.31% from 255 or 46.79% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 51 - color contains mainly: red. Hex color #331525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331525 is #CCEADA. Grayscale: #1F1F1F. Windows color (decimal): -13429467 or 2430259. OLE color: 2430259.

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

Color convert

RGB512137-
CMYK00.590.270.8
HSL328º41.67%14.12%-
HSV(B)328º58.82%20%-
XYZ1.971.371.91-
YUV31.79130.94141.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 46.79%
GREEN value IS 21 (8.59% from 255) = 19.27%
BLUE value IS 37 (14.84% from 255) = 33.94%
R=46.79%
G=19.27%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51213700.590.270.832841.6714.12
Hex33152503B1B501482ae
Octal632545073331205105216
Binary1100111010110010101110111101110100001010010001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331525; }

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

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

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

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

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

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

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

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