#331A28

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

Shades of Blackberry #331A28

Tints of Blackberry #331A28

Color information

#331A28 (or 0x331A28) is unknown color: approx Blackberry. HEX triplet: 33, 1A and 28. RGB value is (51,26,40). Sum of RGB (Red+Green+Blue) = 51+26+40=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #331A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331A28 is #CCE5D7. Grayscale: #232323. Windows color (decimal): -13428184 or 2628147. OLE color: 2628147.

HSL color Cylindrical-coordinate representation of color #331A28: hue angle of 326.4º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #331A28 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.8.

Color convert

RGB512640-
CMYK00.490.220.8
HSL326.4º32.47%15.1%-
HSV(B)326.4º49.02%20%-
XYZ2.121.62.2-
YUV35.07130.78139.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.59%
GREEN value IS 26 (10.55% from 255) = 22.22%
BLUE value IS 40 (16.02% from 255) = 34.19%
R=43.59%
G=22.22%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51264000.490.220.8326.432.4715.1
Hex331A28031165014620f
Octal633250061261205064017
Binary1100111101010100001100011011010100001010001101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331A28; }

 p { color: rgb(51,26,40); }

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

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

 a { background-color: rgb(51,26,40); }

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

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

 span { border-color: rgb(51,26,40); }

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