#321423

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

Shades of Blackberry #321423

Tints of Blackberry #321423

Color information

#321423 (or 0x321423) is unknown color: approx Blackberry. HEX triplet: 32, 14 and 23. RGB value is (50,20,35). Sum of RGB (Red+Green+Blue) = 50+20+35=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 35 (14.06% from 255 or 33.33% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #321423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321423 is #CDEBDC. Grayscale: #1E1E1E. Windows color (decimal): -13495261 or 2298930. OLE color: 2298930.

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

Color convert

RGB502035-
CMYK00.600.300.80
HSL330º42.86%13.73%-
HSV(B)330º60%19.61%-
XYZ1.871.31.74-
YUV30.68130.44141.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.62%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 35 (14.06% from 255) = 33.33%
R=47.62%
G=19.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50203500.600.300.8033042.8613.73
Hex32142303C1E5014a2be
Octal622443074361205125316
Binary1100101010010001101111001111010100001010010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321423; }

 p { color: rgb(50,20,35); }

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

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

 a { background-color: rgb(50,20,35); }

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

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

 span { border-color: rgb(50,20,35); }

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