#320319

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

Shades of Blackberry #320319

Tints of Blackberry #320319

Color information

#320319 (or 0x320319) is unknown color: approx Blackberry. HEX triplet: 32, 03 and 19. RGB value is (50,3,25). Sum of RGB (Red+Green+Blue) = 50+3+25=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #320319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320319 is #CDFCE6. Grayscale: #131313. Windows color (decimal): -13499623 or 1639218. OLE color: 1639218.

HSL color Cylindrical-coordinate representation of color #320319: hue angle of 331.91º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320319 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB50325-
CMYK00.940.500.80
HSL331.91º88.68%10.39%-
HSV(B)331.91º94%19.61%-
XYZ1.520.811-
YUV19.56131.07149.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 64.10%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 25 (10.16% from 255) = 32.05%
R=64.10%
G=3.85%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5032500.940.500.80331.9188.6810.39
Hex3231905E325014c59a
Octal6233101366212051413112
Binary110010111100101011110110010101000010100110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320319; }

 p { color: rgb(50,3,25); }

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

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

 a { background-color: rgb(50,3,25); }

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

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

 span { border-color: rgb(50,3,25); }

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