#321824

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

Shades of Blackberry #321824

Tints of Blackberry #321824

Color information

#321824 (or 0x321824) is unknown color: approx Blackberry. HEX triplet: 32, 18 and 24. RGB value is (50,24,36). Sum of RGB (Red+Green+Blue) = 50+24+36=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #321824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321824 is #CDE7DB. Grayscale: #212121. Windows color (decimal): -13494236 or 2365490. OLE color: 2365490.

HSL color Cylindrical-coordinate representation of color #321824: hue angle of 332.31º 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 #321824 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB502436-
CMYK00.520.280.80
HSL332.31º35.14%14.51%-
HSV(B)332.31º52%19.61%-
XYZ1.961.461.85-
YUV33.14129.61140.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.45%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=45.45%
G=21.82%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50243600.520.280.80332.3135.1414.51
Hex3218240341C5014c23f
Octal623044064341205144317
Binary1100101100010010001101001110010100001010011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321824; }

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

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

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

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

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

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

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

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