#321129

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

Shades of Blackberry #321129

Tints of Blackberry #321129

Color information

#321129 (or 0x321129) is unknown color: approx Blackberry. HEX triplet: 32, 11 and 29. RGB value is (50,17,41). Sum of RGB (Red+Green+Blue) = 50+17+41=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #321129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321129 is #CDEED6. Grayscale: #1D1D1D. Windows color (decimal): -13496023 or 2691378. OLE color: 2691378.

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

Color convert

RGB501741-
CMYK00.660.180.80
HSL316.36º49.25%13.14%-
HSV(B)316.36º66%19.61%-
XYZ1.921.242.24-
YUV29.6134.43142.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.30%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 41 (16.41% from 255) = 37.96%
R=46.30%
G=15.74%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50174100.660.180.80316.3649.2513.14
Hex321129042125013c31d
Octal6221510102221204746115
Binary11001010001101001010000101001010100001001111001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321129; }

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

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

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

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

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

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

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

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