#320125

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

Shades of Blackberry #320125

Tints of Blackberry #320125

Color information

#320125 (or 0x320125) is unknown color: approx Blackberry. HEX triplet: 32, 01 and 25. RGB value is (50,1,37). Sum of RGB (Red+Green+Blue) = 50+1+37=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #320125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320125 is #CDFEDA. Grayscale: #131313. Windows color (decimal): -13500123 or 2425138. OLE color: 2425138.

HSL color Cylindrical-coordinate representation of color #320125: hue angle of 315.92º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #320125 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB50137-
CMYK00.980.260.80
HSL315.92º96.08%10%-
HSV(B)315.92º98%19.61%-
XYZ1.660.831.82-
YUV19.76137.73149.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.82%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 37 (14.84% from 255) = 42.05%
R=56.82%
G=1.14%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5013700.980.260.80315.9296.0810
Hex321250621A5013c60a
Octal6214501423212047414012
Binary11001011001010110001011010101000010011110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320125; }

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

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

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

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

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

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

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

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