#321828

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

Shades of Blackberry #321828

Tints of Blackberry #321828

Color information

#321828 (or 0x321828) is unknown color: approx Blackberry. HEX triplet: 32, 18 and 28. RGB value is (50,24,40). Sum of RGB (Red+Green+Blue) = 50+24+40=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #321828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321828 is #CDE7D7. Grayscale: #212121. Windows color (decimal): -13494232 or 2627634. OLE color: 2627634.

HSL color Cylindrical-coordinate representation of color #321828: hue angle of 323.08º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #321828 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB502440-
CMYK00.520.200.80
HSL323.08º35.14%14.51%-
HSV(B)323.08º52%19.61%-
XYZ2.031.482.19-
YUV33.6131.61139.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.86%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=43.86%
G=21.05%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50244000.520.200.80323.0835.1414.51
Hex321828034145014323f
Octal623050064241205034317
Binary1100101100010100001101001010010100001010000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321828; }

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

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

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

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

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

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

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

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