#320B26

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

Shades of Blackberry #320B26

Tints of Blackberry #320B26

Color information

#320B26 (or 0x320B26) is unknown color: approx Blackberry. HEX triplet: 32, 0B and 26. RGB value is (50,11,38). Sum of RGB (Red+Green+Blue) = 50+11+38=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 38 (15.23% from 255 or 38.38% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #320B26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B26 is #CDF4D9. Grayscale: #191919. Windows color (decimal): -13497562 or 2493234. OLE color: 2493234.

HSL color Cylindrical-coordinate representation of color #320B26: hue angle of 318.46º 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 #320B26 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.80.

Color convert

RGB501138-
CMYK00.780.240.80
HSL318.46º63.93%11.96%-
HSV(B)318.46º78%19.61%-
XYZ1.781.061.94-
YUV25.74134.92145.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 50.51%
GREEN value IS 11 (4.69% from 255) = 11.11%
BLUE value IS 38 (15.23% from 255) = 38.38%
R=50.51%
G=11.11%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50113800.780.240.80318.4663.9311.96
Hex32B2604E185013e40c
Octal62134601163012047610014
Binary11001010111001100100111011000101000010011111010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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