#331523

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

Shades of Blackberry #331523

Tints of Blackberry #331523

Color information

#331523 (or 0x331523) is unknown color: approx Blackberry. HEX triplet: 33, 15 and 23. RGB value is (51,21,35). Sum of RGB (Red+Green+Blue) = 51+21+35=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #331523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331523 is #CCEADC. Grayscale: #1F1F1F. Windows color (decimal): -13429469 or 2299187. OLE color: 2299187.

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

Color convert

RGB512135-
CMYK00.590.310.8
HSL332º41.67%14.12%-
HSV(B)332º58.82%20%-
XYZ1.941.361.75-
YUV31.57129.94141.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 35 (14.06% from 255) = 32.71%
R=47.66%
G=19.63%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51213500.590.310.833241.6714.12
Hex33152303B1F5014c2ae
Octal632543073371205145216
Binary1100111010110001101110111111110100001010011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331523; }

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

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

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

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

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

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

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

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