#320E1D

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

Shades of Blackberry #320E1D

Tints of Blackberry #320E1D

Color information

#320E1D (or 0x320E1D) is unknown color: approx Blackberry. HEX triplet: 32, 0E and 1D. RGB value is (50,14,29). Sum of RGB (Red+Green+Blue) = 50+14+29=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #320E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320E1D is #CDF1E2. Grayscale: #1A1A1A. Windows color (decimal): -13496803 or 1904178. OLE color: 1904178.

HSL color Cylindrical-coordinate representation of color #320E1D: hue angle of 335º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #320E1D is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB501429-
CMYK00.720.420.80
HSL335º56.25%12.55%-
HSV(B)335º72%19.61%-
XYZ1.691.081.28-
YUV26.47129.43144.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.76%
GREEN value IS 14 (5.86% from 255) = 15.05%
BLUE value IS 29 (11.72% from 255) = 31.18%
R=53.76%
G=15.05%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50142900.720.420.8033556.2512.55
Hex32E1D0482A5014f38d
Octal6216350110521205177015
Binary1100101110111010100100010101010100001010011111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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