#320C25

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

Shades of Blackberry #320C25

Tints of Blackberry #320C25

Color information

#320C25 (or 0x320C25) is unknown color: approx Blackberry. HEX triplet: 32, 0C and 25. RGB value is (50,12,37). Sum of RGB (Red+Green+Blue) = 50+12+37=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 12 (5.08% from 255 or 12.12% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #320C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C25 is #CDF3DA. Grayscale: #1A1A1A. Windows color (decimal): -13497307 or 2427954. OLE color: 2427954.

HSL color Cylindrical-coordinate representation of color #320C25: hue angle of 320.53º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #320C25 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB501237-
CMYK00.760.260.80
HSL320.53º61.29%12.16%-
HSV(B)320.53º76%19.61%-
XYZ1.781.071.86-
YUV26.21134.09144.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 50.51%
GREEN value IS 12 (5.08% from 255) = 12.12%
BLUE value IS 37 (14.84% from 255) = 37.37%
R=50.51%
G=12.12%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50123700.760.260.80320.5361.2912.16
Hex32C2504C1A501413dc
Octal6214450114321205017514
Binary1100101100100101010011001101010100001010000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320C25; }

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

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

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

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

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

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

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

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