#321225

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

Shades of Blackberry #321225

Tints of Blackberry #321225

Color information

#321225 (or 0x321225) is unknown color: approx Blackberry. HEX triplet: 32, 12 and 25. RGB value is (50,18,37). Sum of RGB (Red+Green+Blue) = 50+18+37=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #321225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321225 is #CDEDDA. Grayscale: #1D1D1D. Windows color (decimal): -13495771 or 2429490. OLE color: 2429490.

HSL color Cylindrical-coordinate representation of color #321225: hue angle of 324.38º 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 #321225 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB501837-
CMYK00.640.260.80
HSL324.38º47.06%13.33%-
HSV(B)324.38º64%19.61%-
XYZ1.871.241.89-
YUV29.73132.1142.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.62%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 37 (14.84% from 255) = 35.24%
R=47.62%
G=17.14%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50183700.640.260.80324.3847.0613.33
Hex3212250401A501442fd
Octal6222450100321205045715
Binary11001010010100101010000001101010100001010001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321225; }

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

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

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

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

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

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

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

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