#331B27

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

Shades of Blackberry #331B27

Tints of Blackberry #331B27

Color information

#331B27 (or 0x331B27) is unknown color: approx Blackberry. HEX triplet: 33, 1B and 27. RGB value is (51,27,39). Sum of RGB (Red+Green+Blue) = 51+27+39=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 27 (10.94% from 255 or 23.08% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #331B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B27 is #CCE4D8. Grayscale: #232323. Windows color (decimal): -13427929 or 2562867. OLE color: 2562867.

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

Color convert

RGB512739-
CMYK00.470.240.8
HSL330º30.77%15.29%-
HSV(B)330º47.06%20%-
XYZ2.121.632.12-
YUV35.54129.95139.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.59%
GREEN value IS 27 (10.94% from 255) = 23.08%
BLUE value IS 39 (15.62% from 255) = 33.33%
R=43.59%
G=23.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51273900.470.240.833030.7715.29
Hex331B2702F185014a1ff
Octal633347057301205123717
Binary110011110111001110101111110001010000101001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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