#321724

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

Shades of Blackberry #321724

Tints of Blackberry #321724

Color information

#321724 (or 0x321724) is unknown color: approx Blackberry. HEX triplet: 32, 17 and 24. RGB value is (50,23,36). Sum of RGB (Red+Green+Blue) = 50+23+36=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #321724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321724 is #CDE8DB. Grayscale: #202020. Windows color (decimal): -13494492 or 2365234. OLE color: 2365234.

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

Color convert

RGB502336-
CMYK00.540.280.80
HSL331.11º36.99%14.31%-
HSV(B)331.11º54%19.61%-
XYZ1.941.421.84-
YUV32.56129.95140.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.87%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 36 (14.45% from 255) = 33.03%
R=45.87%
G=21.10%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50233600.540.280.80331.1136.9914.31
Hex3217240361C5014b25e
Octal622744066341205134516
Binary1100101011110010001101101110010100001010010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321724; }

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

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

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

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

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

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

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

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