#320D1D

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

Shades of Blackberry #320D1D

Tints of Blackberry #320D1D

Color information

#320D1D (or 0x320D1D) is unknown color: approx Blackberry. HEX triplet: 32, 0D and 1D. RGB value is (50,13,29). Sum of RGB (Red+Green+Blue) = 50+13+29=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #320D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320D1D is #CDF2E2. Grayscale: #191919. Windows color (decimal): -13497059 or 1903922. OLE color: 1903922.

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

Color convert

RGB501329-
CMYK00.740.420.80
HSL334.05º58.73%12.35%-
HSV(B)334.05º74%19.61%-
XYZ1.681.051.28-
YUV25.89129.76145.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 54.35%
GREEN value IS 13 (5.47% from 255) = 14.13%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=54.35%
G=14.13%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50132900.740.420.80334.0558.7312.35
Hex32D1D04A2A5014e3bc
Octal6215350112521205167314
Binary1100101101111010100101010101010100001010011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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