#320F27

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

Shades of Blackberry #320F27

Tints of Blackberry #320F27

Color information

#320F27 (or 0x320F27) is unknown color: approx Blackberry. HEX triplet: 32, 0F and 27. RGB value is (50,15,39). Sum of RGB (Red+Green+Blue) = 50+15+39=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #320F27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F27 is #CDF0D8. Grayscale: #1C1C1C. Windows color (decimal): -13496537 or 2559794. OLE color: 2559794.

HSL color Cylindrical-coordinate representation of color #320F27: hue angle of 318.86º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #320F27 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB501539-
CMYK00.700.220.80
HSL318.86º53.85%12.75%-
HSV(B)318.86º70%19.61%-
XYZ1.851.172.05-
YUV28.2134.1143.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.08%
GREEN value IS 15 (6.25% from 255) = 14.42%
BLUE value IS 39 (15.62% from 255) = 37.5%
R=48.08%
G=14.42%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50153900.700.220.80318.8653.8512.75
Hex32F27046165013f36d
Octal6217470106261204776615
Binary1100101111100111010001101011010100001001111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320F27; }

 p { color: rgb(50,15,39); }

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

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

 a { background-color: rgb(50,15,39); }

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

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

 span { border-color: rgb(50,15,39); }

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