#320B1D

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

Shades of Blackberry #320B1D

Tints of Blackberry #320B1D

Color information

#320B1D (or 0x320B1D) is unknown color: approx Blackberry. HEX triplet: 32, 0B and 1D. RGB value is (50,11,29). Sum of RGB (Red+Green+Blue) = 50+11+29=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #320B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B1D is #CDF4E2. Grayscale: #181818. Windows color (decimal): -13497571 or 1903410. OLE color: 1903410.

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

Color convert

RGB501129-
CMYK00.780.420.80
HSL332.31º63.93%11.96%-
HSV(B)332.31º78%19.61%-
XYZ1.661.011.27-
YUV24.71130.42146.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 55.56%
GREEN value IS 11 (4.69% from 255) = 12.22%
BLUE value IS 29 (11.72% from 255) = 32.22%
R=55.56%
G=12.22%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50112900.780.420.80332.3163.9311.96
Hex32B1D04E2A5014c40c
Octal62133501165212051410014
Binary11001010111110101001110101010101000010100110010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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