#331B28

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

Shades of Blackberry #331B28

Tints of Blackberry #331B28

Color information

#331B28 (or 0x331B28) is unknown color: approx Blackberry. HEX triplet: 33, 1B and 28. RGB value is (51,27,40). Sum of RGB (Red+Green+Blue) = 51+27+40=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #331B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B28 is #CCE4D7. Grayscale: #232323. Windows color (decimal): -13427928 or 2628403. OLE color: 2628403.

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

Color convert

RGB512740-
CMYK00.470.220.8
HSL327.5º30.77%15.29%-
HSV(B)327.5º47.06%20%-
XYZ2.141.642.21-
YUV35.66130.45138.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.22%
GREEN value IS 27 (10.94% from 255) = 22.88%
BLUE value IS 40 (16.02% from 255) = 33.90%
R=43.22%
G=22.88%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51274000.470.220.8327.530.7715.29
Hex331B2802F16501481ff
Octal633350057261205103717
Binary110011110111010000101111101101010000101001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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