#320029

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

Shades of Blackberry #320029

Tints of Blackberry #320029

Color information

#320029 (or 0x320029) is unknown color: approx Blackberry. HEX triplet: 32, 00 and 29. RGB value is (50,0,41). Sum of RGB (Red+Green+Blue) = 50+0+41=91 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.95% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 41 (16.41% from 255 or 45.05% from 91); Max value from RGB is 50 - color contains mainly: red. Hex color #320029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320029 is #CDFFD6. Grayscale: #131313. Windows color (decimal): -13500375 or 2687026. OLE color: 2687026.

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

Color convert

RGB50041-
CMYK010.180.80
HSL310.8º100%9.8%-
HSV(B)310.8º100%19.61%-
XYZ1.720.842.17-
YUV19.62140.06149.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 54.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 45.05%
R=54.95%
G=0%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50041010.180.80310.81009.8
Hex32029064125013764a
Octal6205101442212046714412
Binary11001001010010110010010010101000010011011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320029; }

 p { color: rgb(50,0,41); }

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

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

 a { background-color: rgb(50,0,41); }

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

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

 span { border-color: rgb(50,0,41); }

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