#321223

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

Shades of Blackberry #321223

Tints of Blackberry #321223

Color information

#321223 (or 0x321223) is unknown color: approx Blackberry. HEX triplet: 32, 12 and 23. RGB value is (50,18,35). Sum of RGB (Red+Green+Blue) = 50+18+35=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 50 - color contains mainly: red. Hex color #321223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321223 is #CDEDDC. Grayscale: #1D1D1D. Windows color (decimal): -13495773 or 2298418. OLE color: 2298418.

HSL color Cylindrical-coordinate representation of color #321223: hue angle of 328.12º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #321223 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB501835-
CMYK00.640.300.80
HSL328.12º47.06%13.33%-
HSV(B)328.12º64%19.61%-
XYZ1.841.231.73-
YUV29.51131.1142.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.54%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 35 (14.06% from 255) = 33.98%
R=48.54%
G=17.48%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50183500.640.300.80328.1247.0613.33
Hex3212230401E501482fd
Octal6222430100361205105715
Binary11001010010100011010000001111010100001010010001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321223; }

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

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

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

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

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

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

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

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