#321524

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

Shades of Blackberry #321524

Tints of Blackberry #321524

Color information

#321524 (or 0x321524) is unknown color: approx Blackberry. HEX triplet: 32, 15 and 24. RGB value is (50,21,36). Sum of RGB (Red+Green+Blue) = 50+21+36=107 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.73% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 50 - color contains mainly: red. Hex color #321524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321524 is #CDEADB. Grayscale: #1F1F1F. Windows color (decimal): -13495004 or 2364722. OLE color: 2364722.

HSL color Cylindrical-coordinate representation of color #321524: hue angle of 328.97º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #321524 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB502136-
CMYK00.580.280.80
HSL328.97º40.85%13.92%-
HSV(B)328.97º58%19.61%-
XYZ1.91.341.83-
YUV31.38130.61141.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.73%
GREEN value IS 21 (8.59% from 255) = 19.63%
BLUE value IS 36 (14.45% from 255) = 33.64%
R=46.73%
G=19.63%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50213600.580.280.80328.9740.8513.92
Hex32152403A1C5014929e
Octal622544072341205115116
Binary1100101010110010001110101110010100001010010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321524; }

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

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

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

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

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

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

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

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