#321624

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

Shades of Blackberry #321624

Tints of Blackberry #321624

Color information

#321624 (or 0x321624) is unknown color: approx Blackberry. HEX triplet: 32, 16 and 24. RGB value is (50,22,36). Sum of RGB (Red+Green+Blue) = 50+22+36=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #321624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321624 is #CDE9DB. Grayscale: #1F1F1F. Windows color (decimal): -13494748 or 2364978. OLE color: 2364978.

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

Color convert

RGB502236-
CMYK00.560.280.80
HSL330º38.89%14.12%-
HSV(B)330º56%19.61%-
XYZ1.921.381.83-
YUV31.97130.28140.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.30%
GREEN value IS 22 (8.98% from 255) = 20.37%
BLUE value IS 36 (14.45% from 255) = 33.33%
R=46.30%
G=20.37%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50223600.560.280.8033038.8914.12
Hex3216240381C5014a27e
Octal622644070341205124716
Binary1100101011010010001110001110010100001010010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321624; }

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

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

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

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

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

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

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

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