#320D1F

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

Shades of Blackberry #320D1F

Tints of Blackberry #320D1F

Color information

#320D1F (or 0x320D1F) is unknown color: approx Blackberry. HEX triplet: 32, 0D and 1F. RGB value is (50,13,31). Sum of RGB (Red+Green+Blue) = 50+13+31=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #320D1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D1F is #CDF2E0. Grayscale: #1A1A1A. Windows color (decimal): -13497057 or 2034994. OLE color: 2034994.

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

Color convert

RGB501331-
CMYK00.740.380.80
HSL330.81º58.73%12.35%-
HSV(B)330.81º74%19.61%-
XYZ1.711.061.41-
YUV26.12130.76145.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.19%
GREEN value IS 13 (5.47% from 255) = 13.83%
BLUE value IS 31 (12.5% from 255) = 32.98%
R=53.19%
G=13.83%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50133100.740.380.80330.8158.7312.35
Hex32D1F04A265014b3bc
Octal6215370112461205137314
Binary1100101101111110100101010011010100001010010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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