#320D1E

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

Shades of Blackberry #320D1E

Tints of Blackberry #320D1E

Color information

#320D1E (or 0x320D1E) is unknown color: approx Blackberry. HEX triplet: 32, 0D and 1E. RGB value is (50,13,30). Sum of RGB (Red+Green+Blue) = 50+13+30=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #320D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D1E is #CDF2E1. Grayscale: #191919. Windows color (decimal): -13497058 or 1969458. OLE color: 1969458.

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

Color convert

RGB501330-
CMYK00.740.400.80
HSL332.43º58.73%12.35%-
HSV(B)332.43º74%19.61%-
XYZ1.691.061.34-
YUV26130.26145.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.76%
GREEN value IS 13 (5.47% from 255) = 13.98%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=53.76%
G=13.98%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50133000.740.400.80332.4358.7312.35
Hex32D1E04A285014c3bc
Octal6215360112501205147314
Binary1100101101111100100101010100010100001010011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,13,30); }

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

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

 a { background-color: rgb(50,13,30); }

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

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

 span { border-color: rgb(50,13,30); }

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