#320E1F

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

Shades of Blackberry #320E1F

Tints of Blackberry #320E1F

Color information

#320E1F (or 0x320E1F) is unknown color: approx Blackberry. HEX triplet: 32, 0E and 1F. RGB value is (50,14,31). Sum of RGB (Red+Green+Blue) = 50+14+31=95 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.63% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 50 - color contains mainly: red. Hex color #320E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320E1F is #CDF1E0. Grayscale: #1A1A1A. Windows color (decimal): -13496801 or 2035250. OLE color: 2035250.

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

Color convert

RGB501431-
CMYK00.720.380.80
HSL331.67º56.25%12.55%-
HSV(B)331.67º72%19.61%-
XYZ1.721.091.42-
YUV26.7130.43144.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 52.63%
GREEN value IS 14 (5.86% from 255) = 14.74%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=52.63%
G=14.74%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50143100.720.380.80331.6756.2512.55
Hex32E1F048265014c38d
Octal6216370110461205147015
Binary1100101110111110100100010011010100001010011001110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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