#320B25

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

Shades of Blackberry #320B25

Tints of Blackberry #320B25

Color information

#320B25 (or 0x320B25) is unknown color: approx Blackberry. HEX triplet: 32, 0B and 25. RGB value is (50,11,37). Sum of RGB (Red+Green+Blue) = 50+11+37=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #320B25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B25 is #CDF4DA. Grayscale: #191919. Windows color (decimal): -13497563 or 2427698. OLE color: 2427698.

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

Color convert

RGB501137-
CMYK00.780.260.80
HSL320º63.93%11.96%-
HSV(B)320º78%19.61%-
XYZ1.771.051.86-
YUV25.62134.42145.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 51.02%
GREEN value IS 11 (4.69% from 255) = 11.22%
BLUE value IS 37 (14.84% from 255) = 37.76%
R=51.02%
G=11.22%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50113700.780.260.8032063.9311.96
Hex32B2504E1A5014040c
Octal62134501163212050010014
Binary11001010111001010100111011010101000010100000010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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