#321428

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

Shades of Blackberry #321428

Tints of Blackberry #321428

Color information

#321428 (or 0x321428) is unknown color: approx Blackberry. HEX triplet: 32, 14 and 28. RGB value is (50,20,40). Sum of RGB (Red+Green+Blue) = 50+20+40=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #321428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321428 is #CDEBD7. Grayscale: #1F1F1F. Windows color (decimal): -13495256 or 2626610. OLE color: 2626610.

HSL color Cylindrical-coordinate representation of color #321428: hue angle of 320º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #321428 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB502040-
CMYK00.600.200.80
HSL320º42.86%13.73%-
HSV(B)320º60%19.61%-
XYZ1.951.332.16-
YUV31.25132.94141.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.45%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=45.45%
G=18.18%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50204000.600.200.8032042.8613.73
Hex32142803C14501402be
Octal622450074241205005316
Binary1100101010010100001111001010010100001010000001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321428; }

 p { color: rgb(50,20,40); }

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

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

 a { background-color: rgb(50,20,40); }

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

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

 span { border-color: rgb(50,20,40); }

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