#321125

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

Shades of Blackberry #321125

Tints of Blackberry #321125

Color information

#321125 (or 0x321125) is unknown color: approx Blackberry. HEX triplet: 32, 11 and 25. RGB value is (50,17,37). Sum of RGB (Red+Green+Blue) = 50+17+37=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #321125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321125 is #CDEEDA. Grayscale: #1D1D1D. Windows color (decimal): -13496027 or 2429234. OLE color: 2429234.

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

Color convert

RGB501737-
CMYK00.660.260.80
HSL323.64º49.25%13.14%-
HSV(B)323.64º66%19.61%-
XYZ1.851.211.89-
YUV29.15132.43142.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.08%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 37 (14.84% from 255) = 35.58%
R=48.08%
G=16.35%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50173700.660.260.80323.6449.2513.14
Hex3211250421A5014431d
Octal6221450102321205046115
Binary11001010001100101010000101101010100001010001001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321125; }

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

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

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

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

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

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

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

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