#320C1D

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

Shades of Blackberry #320C1D

Tints of Blackberry #320C1D

Color information

#320C1D (or 0x320C1D) is unknown color: approx Blackberry. HEX triplet: 32, 0C and 1D. RGB value is (50,12,29). Sum of RGB (Red+Green+Blue) = 50+12+29=91 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.95% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 50 - color contains mainly: red. Hex color #320C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C1D is #CDF3E2. Grayscale: #191919. Windows color (decimal): -13497315 or 1903666. OLE color: 1903666.

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

Color convert

RGB501229-
CMYK00.760.420.80
HSL333.16º61.29%12.16%-
HSV(B)333.16º76%19.61%-
XYZ1.671.031.27-
YUV25.3130.09145.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 54.95%
GREEN value IS 12 (5.08% from 255) = 13.19%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=54.95%
G=13.19%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50122900.760.420.80333.1661.2912.16
Hex32C1D04C2A5014d3dc
Octal6214350114521205157514
Binary1100101100111010100110010101010100001010011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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